Html Css Color HEX #727B77 Sirocco

📋 copy color: '#727B77'

red 114 ◦ green 123 ◦ blue 119

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

Shades of Sirocco #727B77

Tints of Sirocco #727B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 32.02%
G = 34.55%
B = 33.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#727B77 (or 0x727B77) is known color: Sirocco. HEX triplet: 72, 7B and 77. RGB value is (114,123,119). Sum of RGB (Red+Green+Blue) = 114+123+119=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 123 - color contains mainly: green. Hex color #727B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B77 is #8D8488. Grayscale: #777777. Windows color (decimal): -9274505 or 7830386. OLE color: 7830386.

HSL color Cylindrical-coordinate representation of color #727B77: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727B77 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 119 -
CMYK 0.07 0 0.03 0.52
HSL 153.33º 0.04% 0.46% -
HSV(B) 153.33º 0.07% 0.48% -
XYZ 17.35 19.08 20.22 -
YUV 119.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 114 123 119 0.07 0 0.03 0.52 153.33 0.04 0.46
Hex 72 7B 77 7 0 3 34 99 4 2E
Octal 162 173 167 7 0 3 64 231 4 56
Binary 1110010 1111011 1110111 111 0 11 110100 10011001 100 101110

Color Harmonies of #727B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B77

Black with #727B77

Text Example


Text Example

White with #727B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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