Html Css Color HEX #777978 Sirocco

📋 copy color: '#777978'

red 119 ◦ green 121 ◦ blue 120

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

Shades of Sirocco #777978

Tints of Sirocco #777978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 33.06%
G = 33.61%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#777978 (or 0x777978) is known color: Sirocco. HEX triplet: 77, 79 and 78. RGB value is (119,121,120). Sum of RGB (Red+Green+Blue) = 119+121+120=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 121 - color contains mainly: green. Hex color #777978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777978 is #888687. Grayscale: #787878. Windows color (decimal): -8947336 or 7895415. OLE color: 7895415.

HSL color Cylindrical-coordinate representation of color #777978: hue angle of 150º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #777978 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 121 120 -
CMYK 0.02 0 0.01 0.53
HSL 150º 0.01% 0.47% -
HSV(B) 150º 0.02% 0.47% -
XYZ 17.84 18.95 20.49 -
YUV 120.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 119 121 120 0.02 0 0.01 0.53 150 0.01 0.47
Hex 77 79 78 2 0 1 35 96 1 2F
Octal 167 171 170 2 0 1 65 226 1 57
Binary 1110111 1111001 1111000 10 0 1 110101 10010110 1 101111

Color Harmonies of #777978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777978

Black with #777978

Text Example


Text Example

White with #777978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777978; }

 p { color: rgb(119,121,120); }

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

background-color css

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

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

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

border-color css

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

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

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