Html Css Color HEX #778484 Oslo Grey

📋 copy color: '#778484'

red 119 ◦ green 132 ◦ blue 132

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

Shades of Oslo Grey #778484

Tints of Oslo Grey #778484

RGB

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

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

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

R = 31.07%
G = 34.46%
B = 34.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#778484 (or 0x778484) is known color: Oslo Grey. HEX triplet: 77, 84 and 84. RGB value is (119,132,132). Sum of RGB (Red+Green+Blue) = 119+132+132=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #778484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778484 is #887B7B. Grayscale: #808080. Windows color (decimal): -8944508 or 8684663. OLE color: 8684663.

HSL color Cylindrical-coordinate representation of color #778484: 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.1%. Process color model (Four color, CMYK) of #778484 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 132 -
CMYK 0.10 0 0 0.48
HSL 180º 0.05% 0.49% -
HSV(B) 180º 0.1% 0.52% -
XYZ 20.02 22.09 25.04 -
YUV 128.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 119 132 132 0.10 0 0 0.48 180 0.05 0.49
Hex 77 84 84 A 0 0 30 B4 5 31
Octal 167 204 204 12 0 0 60 264 5 61
Binary 1110111 10000100 10000100 1010 0 0 110000 10110100 101 110001

Color Harmonies of #778484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778484

Black with #778484

Text Example


Text Example

White with #778484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778484; }

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

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

background-color css

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

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

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

border-color css

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

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

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