Html Css Color HEX #728376 Blue Smoke

📋 copy color: '#728376'

red 114 ◦ green 131 ◦ blue 118

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

Shades of Blue Smoke #728376

Tints of Blue Smoke #728376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 31.4%
G = 36.09%
B = 32.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#728376 (or 0x728376) is known color: Blue Smoke. HEX triplet: 72, 83 and 76. RGB value is (114,131,118). Sum of RGB (Red+Green+Blue) = 114+131+118=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #728376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728376 is #8D7C89. Grayscale: #7C7C7C. Windows color (decimal): -9272458 or 7766898. OLE color: 7766898.

HSL color Cylindrical-coordinate representation of color #728376: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #728376 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 118 -
CMYK 0.13 0 0.10 0.49
HSL 134.12º 0.07% 0.48% -
HSV(B) 134.12º 0.13% 0.51% -
XYZ 18.33 21.12 20.25 -
YUV 124.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 114 131 118 0.13 0 0.10 0.49 134.12 0.07 0.48
Hex 72 83 76 D 0 A 31 86 7 30
Octal 162 203 166 15 0 12 61 206 7 60
Binary 1110010 10000011 1110110 1101 0 1010 110001 10000110 111 110000

Color Harmonies of #728376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728376

Black with #728376

Text Example


Text Example

White with #728376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728376; }

 p { color: rgb(114,131,118); }

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

background-color css

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

 a { background-color: rgb(114,131,118); }

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

border-color css

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

 span { border-color: rgb(114,131,118); }

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