Html Css Color HEX #788483 Oslo Grey

📋 copy color: '#788483'

red 120 ◦ green 132 ◦ blue 131

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

Shades of Oslo Grey #788483

Tints of Oslo Grey #788483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

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

R = 31.33%
G = 34.46%
B = 34.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#788483 (or 0x788483) is known color: Oslo Grey. HEX triplet: 78, 84 and 83. RGB value is (120,132,131). Sum of RGB (Red+Green+Blue) = 120+132+131=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #788483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788483 is #877B7C. Grayscale: #808080. Windows color (decimal): -8878973 or 8619128. OLE color: 8619128.

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

Color convert

RGB 120 132 131 -
CMYK 0.09 0 0.01 0.48
HSL 175º 0.05% 0.49% -
HSV(B) 175º 0.09% 0.52% -
XYZ 20.09 22.13 24.69 -
YUV 128.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 120 132 131 0.09 0 0.01 0.48 175 0.05 0.49
Hex 78 84 83 9 0 1 30 AF 5 31
Octal 170 204 203 11 0 1 60 257 5 61
Binary 1111000 10000100 10000011 1001 0 1 110000 10101111 101 110001

Color Harmonies of #788483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788483

Black with #788483

Text Example


Text Example

White with #788483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788483; }

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

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

background-color css

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

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

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

border-color css

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

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

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