Html Css Color HEX #788582 Oslo Grey

📋 copy color: '#788582'

red 120 ◦ green 133 ◦ blue 130

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

Shades of Oslo Grey #788582

Tints of Oslo Grey #788582

RGB

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

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

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

R = 31.33%
G = 34.73%
B = 33.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#788582 (or 0x788582) is known color: Oslo Grey. HEX triplet: 78, 85 and 82. RGB value is (120,133,130). Sum of RGB (Red+Green+Blue) = 120+133+130=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #788582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788582 is #877A7D. Grayscale: #808080. Windows color (decimal): -8878718 or 8553848. OLE color: 8553848.

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

Color convert

RGB 120 133 130 -
CMYK 0.10 0 0.02 0.48
HSL 166.15º 0.05% 0.5% -
HSV(B) 166.15º 0.1% 0.52% -
XYZ 20.16 22.38 24.38 -
YUV 128.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 120 133 130 0.10 0 0.02 0.48 166.15 0.05 0.5
Hex 78 85 82 A 0 2 30 A6 5 32
Octal 170 205 202 12 0 2 60 246 5 62
Binary 1111000 10000101 10000010 1010 0 10 110000 10100110 101 110010

Color Harmonies of #788582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788582

Black with #788582

Text Example


Text Example

White with #788582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788582; }

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

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

background-color css

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

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

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

border-color css

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

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

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