Html Css Color HEX #72887B Blue Smoke

📋 copy color: '#72887B'

red 114 ◦ green 136 ◦ blue 123

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

Shades of Blue Smoke #72887B

Tints of Blue Smoke #72887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

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

R = 30.56%
G = 36.46%
B = 32.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#72887B (or 0x72887B) is known color: Blue Smoke. HEX triplet: 72, 88 and 7B. RGB value is (114,136,123). Sum of RGB (Red+Green+Blue) = 114+136+123=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #72887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72887B is #8D7784. Grayscale: #7F7F7F. Windows color (decimal): -9271173 or 8095858. OLE color: 8095858.

HSL color Cylindrical-coordinate representation of color #72887B: hue angle of 144.55º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72887B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 123 -
CMYK 0.16 0 0.10 0.47
HSL 144.55º 0.09% 0.49% -
HSV(B) 144.55º 0.16% 0.53% -
XYZ 19.32 22.62 22.09 -
YUV 127.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 114 136 123 0.16 0 0.10 0.47 144.55 0.09 0.49
Hex 72 88 7B 10 0 A 2F 91 9 31
Octal 162 210 173 20 0 12 57 221 11 61
Binary 1110010 10001000 1111011 10000 0 1010 101111 10010001 1001 110001

Color Harmonies of #72887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72887B

Black with #72887B

Text Example


Text Example

White with #72887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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