Html Css Color HEX #788482 Oslo Grey

📋 copy color: '#788482'

red 120 ◦ green 132 ◦ blue 130

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

Shades of Oslo Grey #788482

Tints of Oslo Grey #788482

RGB

 RED value IS 120 (47.27% from 255) = 31.41%

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 31.41%
G = 34.55%
B = 34.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#788482 (or 0x788482) is known color: Oslo Grey. HEX triplet: 78, 84 and 82. RGB value is (120,132,130). Sum of RGB (Red+Green+Blue) = 120+132+130=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #788482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788482 is #877B7D. Grayscale: #808080. Windows color (decimal): -8878974 or 8553592. OLE color: 8553592.

HSL color Cylindrical-coordinate representation of color #788482: hue angle of 170º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #788482 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 132 130 -
CMYK 0.09 0 0.02 0.48
HSL 170º 0.05% 0.49% -
HSV(B) 170º 0.09% 0.52% -
XYZ 20.03 22.11 24.33 -
YUV 128.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 120 132 130 0.09 0 0.02 0.48 170 0.05 0.49
Hex 78 84 82 9 0 2 30 AA 5 31
Octal 170 204 202 11 0 2 60 252 5 61
Binary 1111000 10000100 10000010 1001 0 10 110000 10101010 101 110001

Color Harmonies of #788482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788482

Black with #788482

Text Example


Text Example

White with #788482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788482; }

 p { color: rgb(120,132,130); }

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

background-color css

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

 a { background-color: rgb(120,132,130); }

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

border-color css

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

 span { border-color: rgb(120,132,130); }

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