Html Css Color HEX #72857C Sirocco

📋 copy color: '#72857C'

red 114 ◦ green 133 ◦ blue 124

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

Shades of Sirocco #72857C

Tints of Sirocco #72857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 30.73%
G = 35.85%
B = 33.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#72857C (or 0x72857C) is known color: Sirocco. HEX triplet: 72, 85 and 7C. RGB value is (114,133,124). Sum of RGB (Red+Green+Blue) = 114+133+124=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #72857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72857C is #8D7A83. Grayscale: #7E7E7E. Windows color (decimal): -9271940 or 8160626. OLE color: 8160626.

HSL color Cylindrical-coordinate representation of color #72857C: hue angle of 151.58º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72857C is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 124 -
CMYK 0.14 0 0.07 0.48
HSL 151.58º 0.08% 0.48% -
HSV(B) 151.58º 0.14% 0.52% -
XYZ 18.97 21.81 22.28 -
YUV 126.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 114 133 124 0.14 0 0.07 0.48 151.58 0.08 0.48
Hex 72 85 7C E 0 7 30 98 8 30
Octal 162 205 174 16 0 7 60 230 10 60
Binary 1110010 10000101 1111100 1110 0 111 110000 10011000 1000 110000

Color Harmonies of #72857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72857C

Black with #72857C

Text Example


Text Example

White with #72857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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