Html Css Color HEX #788683 Oslo Grey

📋 copy color: '#788683'

red 120 ◦ green 134 ◦ blue 131

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

Shades of Oslo Grey #788683

Tints of Oslo Grey #788683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 31.17%
G = 34.81%
B = 34.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#788683 (or 0x788683) is known color: Oslo Grey. HEX triplet: 78, 86 and 83. RGB value is (120,134,131). Sum of RGB (Red+Green+Blue) = 120+134+131=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 134 - color contains mainly: green. Hex color #788683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788683 is #87797C. Grayscale: #818181. Windows color (decimal): -8878461 or 8619640. OLE color: 8619640.

HSL color Cylindrical-coordinate representation of color #788683: hue angle of 167.14º degrees, saturation: 0.06, 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 #788683 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 131 -
CMYK 0.10 0 0.02 0.47
HSL 167.14º 0.06% 0.5% -
HSV(B) 167.14º 0.1% 0.53% -
XYZ 20.37 22.68 24.78 -
YUV 129.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 120 134 131 0.10 0 0.02 0.47 167.14 0.06 0.5
Hex 78 86 83 A 0 2 2F A7 6 32
Octal 170 206 203 12 0 2 57 247 6 62
Binary 1111000 10000110 10000011 1010 0 10 101111 10100111 110 110010

Color Harmonies of #788683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788683

Black with #788683

Text Example


Text Example

White with #788683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788683; }

 p { color: rgb(120,134,131); }

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

background-color css

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

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

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

border-color css

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

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

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