Html Css Color HEX #788787 Oslo Grey

📋 copy color: '#788787'

red 120 ◦ green 135 ◦ blue 135

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

Shades of Oslo Grey #788787

Tints of Oslo Grey #788787

RGB

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

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

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

R = 30.77%
G = 34.62%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788787 (or 0x788787) is known color: Oslo Grey. HEX triplet: 78, 87 and 87. RGB value is (120,135,135). Sum of RGB (Red+Green+Blue) = 120+135+135=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #788787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788787 is #877878. Grayscale: #828282. Windows color (decimal): -8878201 or 8882040. OLE color: 8882040.

HSL color Cylindrical-coordinate representation of color #788787: hue angle of 180º 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 #788787 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 135 135 -
CMYK 0.11 0 0 0.47
HSL 180º 0.06% 0.5% -
HSV(B) 180º 0.11% 0.53% -
XYZ 20.78 23.07 26.28 -
YUV 130.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 120 135 135 0.11 0 0 0.47 180 0.06 0.5
Hex 78 87 87 B 0 0 2F B4 6 32
Octal 170 207 207 13 0 0 57 264 6 62
Binary 1111000 10000111 10000111 1011 0 0 101111 10110100 110 110010

Color Harmonies of #788787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788787

Black with #788787

Text Example


Text Example

White with #788787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788787; }

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

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

background-color css

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

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

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

border-color css

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

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

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