Html Css Color HEX #727974 Sirocco

📋 copy color: '#727974'

red 114 ◦ green 121 ◦ blue 116

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

Shades of Sirocco #727974

Tints of Sirocco #727974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

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

R = 32.48%
G = 34.47%
B = 33.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#727974 (or 0x727974) is known color: Sirocco. HEX triplet: 72, 79 and 74. RGB value is (114,121,116). Sum of RGB (Red+Green+Blue) = 114+121+116=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 121 - color contains mainly: green. Hex color #727974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727974 is #8D868B. Grayscale: #767676. Windows color (decimal): -9275020 or 7633266. OLE color: 7633266.

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

Color convert

RGB 114 121 116 -
CMYK 0.06 0 0.04 0.53
HSL 137.14º 0.03% 0.46% -
HSV(B) 137.14º 0.06% 0.47% -
XYZ 16.93 18.51 19.2 -
YUV 118.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 114 121 116 0.06 0 0.04 0.53 137.14 0.03 0.46
Hex 72 79 74 6 0 4 35 89 3 2E
Octal 162 171 164 6 0 4 65 211 3 56
Binary 1110010 1111001 1110100 110 0 100 110101 10001001 11 101110

Color Harmonies of #727974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727974

Black with #727974

Text Example


Text Example

White with #727974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727974; }

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

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

background-color css

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

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

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

border-color css

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

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

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