Html Css Color HEX #738976 Blue Smoke

📋 copy color: '#738976'

red 115 ◦ green 137 ◦ blue 118

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

Shades of Blue Smoke #738976

Tints of Blue Smoke #738976

RGB

 RED value IS 115 (45.31% from 255) = 31.08%

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 31.08%
G = 37.03%
B = 31.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#738976 (or 0x738976) is known color: Blue Smoke. HEX triplet: 73, 89 and 76. RGB value is (115,137,118). Sum of RGB (Red+Green+Blue) = 115+137+118=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #738976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738976 is #8C7689. Grayscale: #808080. Windows color (decimal): -9205386 or 7768435. OLE color: 7768435.

HSL color Cylindrical-coordinate representation of color #738976: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738976 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 137 118 -
CMYK 0.16 0 0.14 0.46
HSL 128.18º 0.09% 0.49% -
HSV(B) 128.18º 0.16% 0.54% -
XYZ 19.29 22.84 20.53 -
YUV 128.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 115 137 118 0.16 0 0.14 0.46 128.18 0.09 0.49
Hex 73 89 76 10 0 E 2E 80 9 31
Octal 163 211 166 20 0 16 56 200 11 61
Binary 1110011 10001001 1110110 10000 0 1110 101110 10000000 1001 110001

Color Harmonies of #738976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738976

Black with #738976

Text Example


Text Example

White with #738976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738976; }

 p { color: rgb(115,137,118); }

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

background-color css

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

 a { background-color: rgb(115,137,118); }

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

border-color css

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

 span { border-color: rgb(115,137,118); }

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