Html Css Color HEX #727E79 Sirocco

📋 copy color: '#727E79'

red 114 ◦ green 126 ◦ blue 121

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

Shades of Sirocco #727E79

Tints of Sirocco #727E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

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

R = 31.58%
G = 34.9%
B = 33.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#727E79 (or 0x727E79) is known color: Sirocco. HEX triplet: 72, 7E and 79. RGB value is (114,126,121). Sum of RGB (Red+Green+Blue) = 114+126+121=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 126 - color contains mainly: green. Hex color #727E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E79 is #8D8186. Grayscale: #797979. Windows color (decimal): -9273735 or 7962226. OLE color: 7962226.

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

Color convert

RGB 114 126 121 -
CMYK 0.10 0 0.04 0.51
HSL 155º 0.05% 0.47% -
HSV(B) 155º 0.1% 0.49% -
XYZ 17.85 19.88 20.99 -
YUV 121.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 114 126 121 0.10 0 0.04 0.51 155 0.05 0.47
Hex 72 7E 79 A 0 4 33 9B 5 2F
Octal 162 176 171 12 0 4 63 233 5 57
Binary 1110010 1111110 1111001 1010 0 100 110011 10011011 101 101111

Color Harmonies of #727E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E79

Black with #727E79

Text Example


Text Example

White with #727E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,126,121); }

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

background-color css

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

 a { background-color: rgb(114,126,121); }

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

border-color css

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

 span { border-color: rgb(114,126,121); }

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