Html Css Color HEX #72867B Sirocco

📋 copy color: '#72867B'

red 114 ◦ green 134 ◦ blue 123

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

Shades of Sirocco #72867B

Tints of Sirocco #72867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 30.73%
G = 36.12%
B = 33.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#72867B (or 0x72867B) is known color: Sirocco. HEX triplet: 72, 86 and 7B. RGB value is (114,134,123). Sum of RGB (Red+Green+Blue) = 114+134+123=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #72867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72867B is #8D7984. Grayscale: #7E7E7E. Windows color (decimal): -9271685 or 8095346. OLE color: 8095346.

HSL color Cylindrical-coordinate representation of color #72867B: hue angle of 147º 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 #72867B is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 123 -
CMYK 0.15 0 0.08 0.47
HSL 147º 0.08% 0.49% -
HSV(B) 147º 0.15% 0.53% -
XYZ 19.04 22.06 21.99 -
YUV 126.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 114 134 123 0.15 0 0.08 0.47 147 0.08 0.49
Hex 72 86 7B F 0 8 2F 93 8 31
Octal 162 206 173 17 0 10 57 223 10 61
Binary 1110010 10000110 1111011 1111 0 1000 101111 10010011 1000 110001

Color Harmonies of #72867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72867B

Black with #72867B

Text Example


Text Example

White with #72867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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