Html Css Color HEX #788784 Oslo Grey

📋 copy color: '#788784'

red 120 ◦ green 135 ◦ blue 132

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

Shades of Oslo Grey #788784

Tints of Oslo Grey #788784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 31.01%
G = 34.88%
B = 34.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#788784 (or 0x788784) is known color: Oslo Grey. HEX triplet: 78, 87 and 84. RGB value is (120,135,132). Sum of RGB (Red+Green+Blue) = 120+135+132=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 135 - color contains mainly: green. Hex color #788784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788784 is #87787B. Grayscale: #828282. Windows color (decimal): -8878204 or 8685432. OLE color: 8685432.

HSL color Cylindrical-coordinate representation of color #788784: hue angle of 168º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788784 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 135 132 -
CMYK 0.11 0 0.02 0.47
HSL 168º 0.06% 0.5% -
HSV(B) 168º 0.11% 0.53% -
XYZ 20.57 22.99 25.18 -
YUV 130.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 120 135 132 0.11 0 0.02 0.47 168 0.06 0.5
Hex 78 87 84 B 0 2 2F A8 6 32
Octal 170 207 204 13 0 2 57 250 6 62
Binary 1111000 10000111 10000100 1011 0 10 101111 10101000 110 110010

Color Harmonies of #788784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788784

Black with #788784

Text Example


Text Example

White with #788784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788784; }

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

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

background-color css

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

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

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

border-color css

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

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

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