Html Css Color HEX #738275 Blue Smoke

📋 copy color: '#738275'

red 115 ◦ green 130 ◦ blue 117

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

Shades of Blue Smoke #738275

Tints of Blue Smoke #738275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 31.77%
G = 35.91%
B = 32.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#738275 (or 0x738275) is known color: Blue Smoke. HEX triplet: 73, 82 and 75. RGB value is (115,130,117). Sum of RGB (Red+Green+Blue) = 115+130+117=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #738275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738275 is #8C7D8A. Grayscale: #7C7C7C. Windows color (decimal): -9207179 or 7701107. OLE color: 7701107.

HSL color Cylindrical-coordinate representation of color #738275: hue angle of 128º degrees, saturation: 0.06, 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 #738275 is Cyan = 0.12, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 117 -
CMYK 0.12 0 0.1 0.49
HSL 128º 0.06% 0.48% -
HSV(B) 128º 0.12% 0.51% -
XYZ 18.26 20.89 19.9 -
YUV 124.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 115 130 117 0.12 0 0.1 0.49 128 0.06 0.48
Hex 73 82 75 C 0 A 31 80 6 30
Octal 163 202 165 14 0 12 61 200 6 60
Binary 1110011 10000010 1110101 1100 0 1010 110001 10000000 110 110000

Color Harmonies of #738275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738275

Black with #738275

Text Example


Text Example

White with #738275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738275; }

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

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

background-color css

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

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

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

border-color css

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

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

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