Html Css Color HEX #727B76 Sirocco

📋 copy color: '#727B76'

red 114 ◦ green 123 ◦ blue 118

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

Shades of Sirocco #727B76

Tints of Sirocco #727B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 32.11%
G = 34.65%
B = 33.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#727B76 (or 0x727B76) is known color: Sirocco. HEX triplet: 72, 7B and 76. RGB value is (114,123,118). Sum of RGB (Red+Green+Blue) = 114+123+118=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 123 - color contains mainly: green. Hex color #727B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B76 is #8D8489. Grayscale: #777777. Windows color (decimal): -9274506 or 7764850. OLE color: 7764850.

HSL color Cylindrical-coordinate representation of color #727B76: hue angle of 146.67º 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 #727B76 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 123 118 -
CMYK 0.07 0 0.04 0.52
HSL 146.67º 0.04% 0.46% -
HSV(B) 146.67º 0.07% 0.48% -
XYZ 17.29 19.05 19.91 -
YUV 119.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 114 123 118 0.07 0 0.04 0.52 146.67 0.04 0.46
Hex 72 7B 76 7 0 4 34 93 4 2E
Octal 162 173 166 7 0 4 64 223 4 56
Binary 1110010 1111011 1110110 111 0 100 110100 10010011 100 101110

Color Harmonies of #727B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B76

Black with #727B76

Text Example


Text Example

White with #727B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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