Html Css Color HEX #788484 Oslo Grey

📋 copy color: '#788484'

red 120 ◦ green 132 ◦ blue 132

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

Shades of Oslo Grey #788484

Tints of Oslo Grey #788484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 31.25%
G = 34.38%
B = 34.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#788484 (or 0x788484) is known color: Oslo Grey. HEX triplet: 78, 84 and 84. RGB value is (120,132,132). Sum of RGB (Red+Green+Blue) = 120+132+132=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #788484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788484 is #877B7B. Grayscale: #808080. Windows color (decimal): -8878972 or 8684664. OLE color: 8684664.

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

Color convert

RGB 120 132 132 -
CMYK 0.09 0 0 0.48
HSL 180º 0.05% 0.49% -
HSV(B) 180º 0.09% 0.52% -
XYZ 20.16 22.16 25.04 -
YUV 128.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 120 132 132 0.09 0 0 0.48 180 0.05 0.49
Hex 78 84 84 9 0 0 30 B4 5 31
Octal 170 204 204 11 0 0 60 264 5 61
Binary 1111000 10000100 10000100 1001 0 0 110000 10110100 101 110001

Color Harmonies of #788484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788484

Black with #788484

Text Example


Text Example

White with #788484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788484; }

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

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

background-color css

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

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

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

border-color css

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

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

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