Html Css Color HEX #72867A Blue Smoke

📋 copy color: '#72867A'

red 114 ◦ green 134 ◦ blue 122

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

Shades of Blue Smoke #72867A

Tints of Blue Smoke #72867A

RGB

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

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

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

R = 30.81%
G = 36.22%
B = 32.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#72867A (or 0x72867A) is known color: Blue Smoke. HEX triplet: 72, 86 and 7A. RGB value is (114,134,122). Sum of RGB (Red+Green+Blue) = 114+134+122=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #72867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72867A is #8D7985. Grayscale: #7E7E7E. Windows color (decimal): -9271686 or 8029810. OLE color: 8029810.

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

Color convert

RGB 114 134 122 -
CMYK 0.15 0 0.09 0.47
HSL 144º 0.08% 0.49% -
HSV(B) 144º 0.15% 0.53% -
XYZ 18.98 22.03 21.66 -
YUV 126.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 114 134 122 0.15 0 0.09 0.47 144 0.08 0.49
Hex 72 86 7A F 0 9 2F 90 8 31
Octal 162 206 172 17 0 11 57 220 10 61
Binary 1110010 10000110 1111010 1111 0 1001 101111 10010000 1000 110001

Color Harmonies of #72867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72867A

Black with #72867A

Text Example


Text Example

White with #72867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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