Html Css Color HEX #788583 Oslo Grey

📋 copy color: '#788583'

red 120 ◦ green 133 ◦ blue 131

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

Shades of Oslo Grey #788583

Tints of Oslo Grey #788583

RGB

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

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

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

R = 31.25%
G = 34.64%
B = 34.11%

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

#788583 (or 0x788583) is known color: Oslo Grey. HEX triplet: 78, 85 and 83. RGB value is (120,133,131). Sum of RGB (Red+Green+Blue) = 120+133+131=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #788583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788583 is #877A7C. Grayscale: #808080. Windows color (decimal): -8878717 or 8619384. OLE color: 8619384.

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

Color convert

RGB 120 133 131 -
CMYK 0.10 0 0.02 0.48
HSL 170.77º 0.05% 0.5% -
HSV(B) 170.77º 0.1% 0.52% -
XYZ 20.23 22.41 24.73 -
YUV 128.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 120 133 131 0.10 0 0.02 0.48 170.77 0.05 0.5
Hex 78 85 83 A 0 2 30 AB 5 32
Octal 170 205 203 12 0 2 60 253 5 62
Binary 1111000 10000101 10000011 1010 0 10 110000 10101011 101 110010

Color Harmonies of #788583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788583

Black with #788583

Text Example


Text Example

White with #788583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788583; }

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

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

background-color css

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

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

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

border-color css

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

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

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