Html Css Color HEX #72857A Sirocco

📋 copy color: '#72857A'

red 114 ◦ green 133 ◦ blue 122

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

Shades of Sirocco #72857A

Tints of Sirocco #72857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 30.89%
G = 36.04%
B = 33.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#72857A (or 0x72857A) is known color: Sirocco. HEX triplet: 72, 85 and 7A. RGB value is (114,133,122). Sum of RGB (Red+Green+Blue) = 114+133+122=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #72857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72857A is #8D7A85. Grayscale: #7E7E7E. Windows color (decimal): -9271942 or 8029554. OLE color: 8029554.

HSL color Cylindrical-coordinate representation of color #72857A: hue angle of 145.26º 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 #72857A is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 122 -
CMYK 0.14 0 0.08 0.48
HSL 145.26º 0.08% 0.48% -
HSV(B) 145.26º 0.14% 0.52% -
XYZ 18.84 21.76 21.62 -
YUV 126.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 114 133 122 0.14 0 0.08 0.48 145.26 0.08 0.48
Hex 72 85 7A E 0 8 30 91 8 30
Octal 162 205 172 16 0 10 60 221 10 60
Binary 1110010 10000101 1111010 1110 0 1000 110000 10010001 1000 110000

Color Harmonies of #72857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72857A

Black with #72857A

Text Example


Text Example

White with #72857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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