Html Css Color HEX #738475 Blue Smoke

📋 copy color: '#738475'

red 115 ◦ green 132 ◦ blue 117

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

Shades of Blue Smoke #738475

Tints of Blue Smoke #738475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 31.59%
G = 36.26%
B = 32.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#738475 (or 0x738475) is known color: Blue Smoke. HEX triplet: 73, 84 and 75. RGB value is (115,132,117). Sum of RGB (Red+Green+Blue) = 115+132+117=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #738475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738475 is #8C7B8A. Grayscale: #7D7D7D. Windows color (decimal): -9206667 or 7701619. OLE color: 7701619.

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

Color convert

RGB 115 132 117 -
CMYK 0.13 0 0.11 0.48
HSL 127.06º 0.07% 0.48% -
HSV(B) 127.06º 0.13% 0.52% -
XYZ 18.53 21.43 19.99 -
YUV 125.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 115 132 117 0.13 0 0.11 0.48 127.06 0.07 0.48
Hex 73 84 75 D 0 B 30 7F 7 30
Octal 163 204 165 15 0 13 60 177 7 60
Binary 1110011 10000100 1110101 1101 0 1011 110000 1111111 111 110000

Color Harmonies of #738475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738475

Black with #738475

Text Example


Text Example

White with #738475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738475; }

 p { color: rgb(115,132,117); }

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

background-color css

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

 a { background-color: rgb(115,132,117); }

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

border-color css

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

 span { border-color: rgb(115,132,117); }

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