Html Css Color HEX #777C79 Sirocco

📋 copy color: '#777C79'

red 119 ◦ green 124 ◦ blue 121

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

Shades of Sirocco #777C79

Tints of Sirocco #777C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 32.69%
G = 34.07%
B = 33.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#777C79 (or 0x777C79) is known color: Sirocco. HEX triplet: 77, 7C and 79. RGB value is (119,124,121). Sum of RGB (Red+Green+Blue) = 119+124+121=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 124 - color contains mainly: green. Hex color #777C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C79 is #888386. Grayscale: #7A7A7A. Windows color (decimal): -8946567 or 7961719. OLE color: 7961719.

HSL color Cylindrical-coordinate representation of color #777C79: hue angle of 144º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #777C79 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 121 -
CMYK 0.04 0 0.02 0.51
HSL 144º 0.02% 0.48% -
HSV(B) 144º 0.04% 0.49% -
XYZ 18.27 19.72 20.93 -
YUV 122.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 119 124 121 0.04 0 0.02 0.51 144 0.02 0.48
Hex 77 7C 79 4 0 2 33 90 2 30
Octal 167 174 171 4 0 2 63 220 2 60
Binary 1110111 1111100 1111001 100 0 10 110011 10010000 10 110000

Color Harmonies of #777C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C79

Black with #777C79

Text Example


Text Example

White with #777C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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