Html Css Color HEX #72827A Sirocco

📋 copy color: '#72827A'

red 114 ◦ green 130 ◦ blue 122

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

Shades of Sirocco #72827A

Tints of Sirocco #72827A

RGB

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

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

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

R = 31.15%
G = 35.52%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#72827A (or 0x72827A) is known color: Sirocco. HEX triplet: 72, 82 and 7A. RGB value is (114,130,122). Sum of RGB (Red+Green+Blue) = 114+130+122=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #72827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72827A is #8D7D85. Grayscale: #7C7C7C. Windows color (decimal): -9272710 or 8028786. OLE color: 8028786.

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

Color convert

RGB 114 130 122 -
CMYK 0.12 0 0.06 0.49
HSL 150º 0.07% 0.48% -
HSV(B) 150º 0.12% 0.51% -
XYZ 18.43 20.95 21.48 -
YUV 124.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 114 130 122 0.12 0 0.06 0.49 150 0.07 0.48
Hex 72 82 7A C 0 6 31 96 7 30
Octal 162 202 172 14 0 6 61 226 7 60
Binary 1110010 10000010 1111010 1100 0 110 110001 10010110 111 110000

Color Harmonies of #72827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72827A

Black with #72827A

Text Example


Text Example

White with #72827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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