Html Css Color HEX #727875 Sirocco

📋 copy color: '#727875'

red 114 ◦ green 120 ◦ blue 117

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

Shades of Sirocco #727875

Tints of Sirocco #727875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 32.48%
G = 34.19%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#727875 (or 0x727875) is known color: Sirocco. HEX triplet: 72, 78 and 75. RGB value is (114,120,117). Sum of RGB (Red+Green+Blue) = 114+120+117=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #727875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727875 is #8D878A. Grayscale: #757575. Windows color (decimal): -9275275 or 7698546. OLE color: 7698546.

HSL color Cylindrical-coordinate representation of color #727875: hue angle of 150º 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 #727875 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 120 117 -
CMYK 0.05 0 0.02 0.53
HSL 150º 0.03% 0.46% -
HSV(B) 150º 0.05% 0.47% -
XYZ 16.87 18.29 19.47 -
YUV 117.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 114 120 117 0.05 0 0.02 0.53 150 0.03 0.46
Hex 72 78 75 5 0 2 35 96 3 2E
Octal 162 170 165 5 0 2 65 226 3 56
Binary 1110010 1111000 1110101 101 0 10 110101 10010110 11 101110

Color Harmonies of #727875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727875

Black with #727875

Text Example


Text Example

White with #727875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727875; }

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

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

background-color css

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

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

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

border-color css

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

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

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