Html Css Color HEX #727775 Sirocco

📋 copy color: '#727775'

red 114 ◦ green 119 ◦ blue 117

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

Shades of Sirocco #727775

Tints of Sirocco #727775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 32.57%
G = 34%
B = 33.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#727775 (or 0x727775) is known color: Sirocco. HEX triplet: 72, 77 and 75. RGB value is (114,119,117). Sum of RGB (Red+Green+Blue) = 114+119+117=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 119 - color contains mainly: green. Hex color #727775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727775 is #8D888A. Grayscale: #757575. Windows color (decimal): -9275531 or 7698290. OLE color: 7698290.

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

Color convert

RGB 114 119 117 -
CMYK 0.04 0 0.02 0.53
HSL 156º 0.02% 0.46% -
HSV(B) 156º 0.04% 0.47% -
XYZ 16.75 18.06 19.43 -
YUV 117.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 114 119 117 0.04 0 0.02 0.53 156 0.02 0.46
Hex 72 77 75 4 0 2 35 9C 2 2E
Octal 162 167 165 4 0 2 65 234 2 56
Binary 1110010 1110111 1110101 100 0 10 110101 10011100 10 101110

Color Harmonies of #727775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727775

Black with #727775

Text Example


Text Example

White with #727775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727775; }

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

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

background-color css

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

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

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

border-color css

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

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

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