Html Css Color HEX #7A8785 Oslo Grey

📋 copy color: '#7A8785'

red 122 ◦ green 135 ◦ blue 133

#7A8785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oslo Grey #7A8785

Tints of Oslo Grey #7A8785

RGB

 RED value IS 122 (48.05% from 255) = 31.28%

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 31.28%
G = 34.62%
B = 34.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7A8785 (or 0x7A8785) is known color: Oslo Grey. HEX triplet: 7A, 87 and 85. RGB value is (122,135,133). Sum of RGB (Red+Green+Blue) = 122+135+133=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8785 is #85787A. Grayscale: #828282. Windows color (decimal): -8747131 or 8750970. OLE color: 8750970.

HSL color Cylindrical-coordinate representation of color #7A8785: hue angle of 170.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8785 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 135 133 -
CMYK 0.10 0 0.01 0.47
HSL 170.77º 0.05% 0.5% -
HSV(B) 170.77º 0.1% 0.53% -
XYZ 20.92 23.16 25.56 -
YUV 130.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 122 135 133 0.10 0 0.01 0.47 170.77 0.05 0.5
Hex 7A 87 85 A 0 1 2F AB 5 32
Octal 172 207 205 12 0 1 57 253 5 62
Binary 1111010 10000111 10000101 1010 0 1 101111 10101011 101 110010

Color Harmonies of #7A8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8785

Black with #7A8785

Text Example


Text Example

White with #7A8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8785; }

 p { color: rgb(122,135,133); }

 H1.HeaderClassName
 {
   color: #7A8785;
 }
 .AnyTagClassName
 {
   color: #7A8785;
 }
</style>

background-color css

<style>
 a { background-color: #7A8785; }

 a { background-color: rgb(122,135,133); }

 div.DivClassName
 {
   background-color: #7A8785;
 }
 .BgClassName
 {
   background-color: #7A8785;
 }
</style>

border-color css

<style>
 span { border-color: #7A8785; }

 span { border-color: rgb(122,135,133); }

 td.TdClassName
 {
   border-color: #7A8785;
 }
 .TagClassName
 {
   border-color: #7A8785;
 }
</style>