Html Css Color HEX #778582 Oslo Grey

📋 copy color: '#778582'

red 119 ◦ green 133 ◦ blue 130

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

Shades of Oslo Grey #778582

Tints of Oslo Grey #778582

RGB

 RED value IS 119 (46.88% from 255) = 31.15%

 GREEN value IS 133 (52.34% from 255) = 34.82%

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

R = 31.15%
G = 34.82%
B = 34.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#778582 (or 0x778582) is known color: Oslo Grey. HEX triplet: 77, 85 and 82. RGB value is (119,133,130). Sum of RGB (Red+Green+Blue) = 119+133+130=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #778582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778582 is #887A7D. Grayscale: #808080. Windows color (decimal): -8944254 or 8553847. OLE color: 8553847.

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

Color convert

RGB 119 133 130 -
CMYK 0.11 0 0.02 0.48
HSL 167.14º 0.06% 0.49% -
HSV(B) 167.14º 0.11% 0.52% -
XYZ 20.02 22.31 24.37 -
YUV 128.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 119 133 130 0.11 0 0.02 0.48 167.14 0.06 0.49
Hex 77 85 82 B 0 2 30 A7 6 31
Octal 167 205 202 13 0 2 60 247 6 61
Binary 1110111 10000101 10000010 1011 0 10 110000 10100111 110 110001

Color Harmonies of #778582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778582

Black with #778582

Text Example


Text Example

White with #778582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778582; }

 p { color: rgb(119,133,130); }

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

background-color css

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

 a { background-color: rgb(119,133,130); }

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

border-color css

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

 span { border-color: rgb(119,133,130); }

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