Html Css Color HEX #727D77 Sirocco

📋 copy color: '#727D77'

red 114 ◦ green 125 ◦ blue 119

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

Shades of Sirocco #727D77

Tints of Sirocco #727D77

RGB

 RED value IS 114 (44.92% from 255) = 31.84%

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 31.84%
G = 34.92%
B = 33.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#727D77 (or 0x727D77) is known color: Sirocco. HEX triplet: 72, 7D and 77. RGB value is (114,125,119). Sum of RGB (Red+Green+Blue) = 114+125+119=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #727D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D77 is #8D8288. Grayscale: #797979. Windows color (decimal): -9273993 or 7830898. OLE color: 7830898.

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

Color convert

RGB 114 125 119 -
CMYK 0.09 0 0.05 0.51
HSL 147.27º 0.05% 0.47% -
HSV(B) 147.27º 0.09% 0.49% -
XYZ 17.6 19.58 20.3 -
YUV 121.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 114 125 119 0.09 0 0.05 0.51 147.27 0.05 0.47
Hex 72 7D 77 9 0 5 33 93 5 2F
Octal 162 175 167 11 0 5 63 223 5 57
Binary 1110010 1111101 1110111 1001 0 101 110011 10010011 101 101111

Color Harmonies of #727D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D77

Black with #727D77

Text Example


Text Example

White with #727D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727D77; }

 p { color: rgb(114,125,119); }

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

background-color css

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

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

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

border-color css

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

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

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