Html Css Color HEX #72877C Sirocco

📋 copy color: '#72877C'

red 114 ◦ green 135 ◦ blue 124

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

Shades of Sirocco #72877C

Tints of Sirocco #72877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 30.56%
G = 36.19%
B = 33.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#72877C (or 0x72877C) is known color: Sirocco. HEX triplet: 72, 87 and 7C. RGB value is (114,135,124). Sum of RGB (Red+Green+Blue) = 114+135+124=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #72877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72877C is #8D7883. Grayscale: #7F7F7F. Windows color (decimal): -9271428 or 8161138. OLE color: 8161138.

HSL color Cylindrical-coordinate representation of color #72877C: hue angle of 148.57º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72877C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 124 -
CMYK 0.16 0 0.08 0.47
HSL 148.57º 0.08% 0.49% -
HSV(B) 148.57º 0.16% 0.53% -
XYZ 19.24 22.36 22.37 -
YUV 127.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 114 135 124 0.16 0 0.08 0.47 148.57 0.08 0.49
Hex 72 87 7C 10 0 8 2F 95 8 31
Octal 162 207 174 20 0 10 57 225 10 61
Binary 1110010 10000111 1111100 10000 0 1000 101111 10010101 1000 110001

Color Harmonies of #72877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72877C

Black with #72877C

Text Example


Text Example

White with #72877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72877C; }

 p { color: rgb(114,135,124); }

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

background-color css

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

 a { background-color: rgb(114,135,124); }

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

border-color css

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

 span { border-color: rgb(114,135,124); }

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