Html Css Color HEX #72877A Blue Smoke

📋 copy color: '#72877A'

red 114 ◦ green 135 ◦ blue 122

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

Shades of Blue Smoke #72877A

Tints of Blue Smoke #72877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 30.73%
G = 36.39%
B = 32.88%

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

#72877A (or 0x72877A) is known color: Blue Smoke. HEX triplet: 72, 87 and 7A. RGB value is (114,135,122). Sum of RGB (Red+Green+Blue) = 114+135+122=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #72877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72877A is #8D7885. Grayscale: #7F7F7F. Windows color (decimal): -9271430 or 8030066. OLE color: 8030066.

HSL color Cylindrical-coordinate representation of color #72877A: hue angle of 142.86º degrees, saturation: 0.08, 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 #72877A is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 122 -
CMYK 0.16 0 0.10 0.47
HSL 142.86º 0.08% 0.49% -
HSV(B) 142.86º 0.16% 0.53% -
XYZ 19.12 22.31 21.71 -
YUV 127.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 114 135 122 0.16 0 0.10 0.47 142.86 0.08 0.49
Hex 72 87 7A 10 0 A 2F 8F 8 31
Octal 162 207 172 20 0 12 57 217 10 61
Binary 1110010 10000111 1111010 10000 0 1010 101111 10001111 1000 110001

Color Harmonies of #72877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72877A

Black with #72877A

Text Example


Text Example

White with #72877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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