Html Css Color HEX #727674 Sirocco

📋 copy color: '#727674'

red 114 ◦ green 118 ◦ blue 116

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

Shades of Sirocco #727674

Tints of Sirocco #727674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 32.76%
G = 33.91%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#727674 (or 0x727674) is known color: Sirocco. HEX triplet: 72, 76 and 74. RGB value is (114,118,116). Sum of RGB (Red+Green+Blue) = 114+118+116=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 118 - color contains mainly: green. Hex color #727674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727674 is #8D898B. Grayscale: #747474. Windows color (decimal): -9275788 or 7632498. OLE color: 7632498.

HSL color Cylindrical-coordinate representation of color #727674: hue angle of 150º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #727674 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 116 -
CMYK 0.03 0 0.02 0.54
HSL 150º 0.02% 0.45% -
HSV(B) 150º 0.03% 0.46% -
XYZ 16.57 17.8 19.08 -
YUV 116.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 114 118 116 0.03 0 0.02 0.54 150 0.02 0.45
Hex 72 76 74 3 0 2 36 96 2 2D
Octal 162 166 164 3 0 2 66 226 2 55
Binary 1110010 1110110 1110100 11 0 10 110110 10010110 10 101101

Color Harmonies of #727674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727674

Black with #727674

Text Example


Text Example

White with #727674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727674; }

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

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

background-color css

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

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

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

border-color css

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

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

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