Html Css Color HEX #72817A Sirocco

📋 copy color: '#72817A'

red 114 ◦ green 129 ◦ blue 122

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

Shades of Sirocco #72817A

Tints of Sirocco #72817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 31.23%
G = 35.34%
B = 33.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#72817A (or 0x72817A) is known color: Sirocco. HEX triplet: 72, 81 and 7A. RGB value is (114,129,122). Sum of RGB (Red+Green+Blue) = 114+129+122=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 129 - color contains mainly: green. Hex color #72817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72817A is #8D7E85. Grayscale: #7B7B7B. Windows color (decimal): -9272966 or 8028530. OLE color: 8028530.

HSL color Cylindrical-coordinate representation of color #72817A: hue angle of 152º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #72817A is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 129 122 -
CMYK 0.12 0 0.05 0.49
HSL 152º 0.06% 0.48% -
HSV(B) 152º 0.12% 0.51% -
XYZ 18.3 20.68 21.44 -
YUV 123.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 114 129 122 0.12 0 0.05 0.49 152 0.06 0.48
Hex 72 81 7A C 0 5 31 98 6 30
Octal 162 201 172 14 0 5 61 230 6 60
Binary 1110010 10000001 1111010 1100 0 101 110001 10011000 110 110000

Color Harmonies of #72817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72817A

Black with #72817A

Text Example


Text Example

White with #72817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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