Html Css Color HEX #737D75 Blue Smoke

📋 copy color: '#737D75'

red 115 ◦ green 125 ◦ blue 117

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

Shades of Blue Smoke #737D75

Tints of Blue Smoke #737D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.01%

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

R = 32.21%
G = 35.01%
B = 32.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#737D75 (or 0x737D75) is known color: Blue Smoke. HEX triplet: 73, 7D and 75. RGB value is (115,125,117). Sum of RGB (Red+Green+Blue) = 115+125+117=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 125 - color contains mainly: green. Hex color #737D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D75 is #8C828A. Grayscale: #797979. Windows color (decimal): -9208459 or 7699827. OLE color: 7699827.

HSL color Cylindrical-coordinate representation of color #737D75: hue angle of 132º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #737D75 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 125 117 -
CMYK 0.08 0 0.06 0.51
HSL 132º 0.04% 0.47% -
HSV(B) 132º 0.08% 0.49% -
XYZ 17.61 19.6 19.68 -
YUV 121.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 115 125 117 0.08 0 0.06 0.51 132 0.04 0.47
Hex 73 7D 75 8 0 6 33 84 4 2F
Octal 163 175 165 10 0 6 63 204 4 57
Binary 1110011 1111101 1110101 1000 0 110 110011 10000100 100 101111

Color Harmonies of #737D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737D75

Black with #737D75

Text Example


Text Example

White with #737D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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