Html Css Color HEX #738376 Blue Smoke

📋 copy color: '#738376'

red 115 ◦ green 131 ◦ blue 118

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

Shades of Blue Smoke #738376

Tints of Blue Smoke #738376

RGB

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

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

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

R = 31.59%
G = 35.99%
B = 32.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#738376 (or 0x738376) is known color: Blue Smoke. HEX triplet: 73, 83 and 76. RGB value is (115,131,118). Sum of RGB (Red+Green+Blue) = 115+131+118=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #738376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738376 is #8C7C89. Grayscale: #7C7C7C. Windows color (decimal): -9206922 or 7766899. OLE color: 7766899.

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

Color convert

RGB 115 131 118 -
CMYK 0.12 0 0.10 0.49
HSL 131.25º 0.07% 0.48% -
HSV(B) 131.25º 0.12% 0.51% -
XYZ 18.46 21.19 20.26 -
YUV 124.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 115 131 118 0.12 0 0.10 0.49 131.25 0.07 0.48
Hex 73 83 76 C 0 A 31 83 7 30
Octal 163 203 166 14 0 12 61 203 7 60
Binary 1110011 10000011 1110110 1100 0 1010 110001 10000011 111 110000

Color Harmonies of #738376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738376

Black with #738376

Text Example


Text Example

White with #738376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738376; }

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

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

background-color css

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

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

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

border-color css

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

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

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