Html Css Color HEX #727874 Sirocco

📋 copy color: '#727874'

red 114 ◦ green 120 ◦ blue 116

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

Shades of Sirocco #727874

Tints of Sirocco #727874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

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

R = 32.57%
G = 34.29%
B = 33.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#727874 (or 0x727874) is known color: Sirocco. HEX triplet: 72, 78 and 74. RGB value is (114,120,116). Sum of RGB (Red+Green+Blue) = 114+120+116=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 120 - color contains mainly: green. Hex color #727874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727874 is #8D878B. Grayscale: #757575. Windows color (decimal): -9275276 or 7633010. OLE color: 7633010.

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

Color convert

RGB 114 120 116 -
CMYK 0.05 0 0.03 0.53
HSL 140º 0.03% 0.46% -
HSV(B) 140º 0.05% 0.47% -
XYZ 16.81 18.27 19.16 -
YUV 117.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 114 120 116 0.05 0 0.03 0.53 140 0.03 0.46
Hex 72 78 74 5 0 3 35 8C 3 2E
Octal 162 170 164 5 0 3 65 214 3 56
Binary 1110010 1111000 1110100 101 0 11 110101 10001100 11 101110

Color Harmonies of #727874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727874

Black with #727874

Text Example


Text Example

White with #727874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727874; }

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

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

background-color css

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

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

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

border-color css

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

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

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