Html Css Color HEX #72827B Sirocco

📋 copy color: '#72827B'

red 114 ◦ green 130 ◦ blue 123

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

Shades of Sirocco #72827B

Tints of Sirocco #72827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 31.06%
G = 35.42%
B = 33.51%

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

#72827B (or 0x72827B) is known color: Sirocco. HEX triplet: 72, 82 and 7B. RGB value is (114,130,123). Sum of RGB (Red+Green+Blue) = 114+130+123=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #72827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72827B is #8D7D84. Grayscale: #7C7C7C. Windows color (decimal): -9272709 or 8094322. OLE color: 8094322.

HSL color Cylindrical-coordinate representation of color #72827B: hue angle of 153.75º degrees, saturation: 0.07, 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 #72827B is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 123 -
CMYK 0.12 0 0.05 0.49
HSL 153.75º 0.07% 0.48% -
HSV(B) 153.75º 0.12% 0.51% -
XYZ 18.5 20.97 21.81 -
YUV 124.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 114 130 123 0.12 0 0.05 0.49 153.75 0.07 0.48
Hex 72 82 7B C 0 5 31 9A 7 30
Octal 162 202 173 14 0 5 61 232 7 60
Binary 1110010 10000010 1111011 1100 0 101 110001 10011010 111 110000

Color Harmonies of #72827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72827B

Black with #72827B

Text Example


Text Example

White with #72827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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