Html Css Color HEX #72867C Sirocco

📋 copy color: '#72867C'

red 114 ◦ green 134 ◦ blue 124

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

Shades of Sirocco #72867C

Tints of Sirocco #72867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 30.65%
G = 36.02%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#72867C (or 0x72867C) is known color: Sirocco. HEX triplet: 72, 86 and 7C. RGB value is (114,134,124). Sum of RGB (Red+Green+Blue) = 114+134+124=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #72867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72867C is #8D7983. Grayscale: #7E7E7E. Windows color (decimal): -9271684 or 8160882. OLE color: 8160882.

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

Color convert

RGB 114 134 124 -
CMYK 0.15 0 0.07 0.47
HSL 150º 0.08% 0.49% -
HSV(B) 150º 0.15% 0.53% -
XYZ 19.1 22.08 22.32 -
YUV 126.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 114 134 124 0.15 0 0.07 0.47 150 0.08 0.49
Hex 72 86 7C F 0 7 2F 96 8 31
Octal 162 206 174 17 0 7 57 226 10 61
Binary 1110010 10000110 1111100 1111 0 111 101111 10010110 1000 110001

Color Harmonies of #72867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72867C

Black with #72867C

Text Example


Text Example

White with #72867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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