Html Css Color HEX #738B78 Blue Smoke

📋 copy color: '#738B78'

red 115 ◦ green 139 ◦ blue 120

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

Shades of Blue Smoke #738B78

Tints of Blue Smoke #738B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 120 (47.27% from 255) = 32.09%

R = 30.75%
G = 37.17%
B = 32.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#738B78 (or 0x738B78) is known color: Blue Smoke. HEX triplet: 73, 8B and 78. RGB value is (115,139,120). Sum of RGB (Red+Green+Blue) = 115+139+120=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #738B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B78 is #8C7487. Grayscale: #818181. Windows color (decimal): -9204872 or 7900019. OLE color: 7900019.

HSL color Cylindrical-coordinate representation of color #738B78: hue angle of 132.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738B78 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 139 120 -
CMYK 0.17 0 0.14 0.45
HSL 132.5º 0.09% 0.5% -
HSV(B) 132.5º 0.17% 0.55% -
XYZ 19.69 23.47 21.26 -
YUV 129.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 115 139 120 0.17 0 0.14 0.45 132.5 0.09 0.5
Hex 73 8B 78 11 0 E 2D 84 9 32
Octal 163 213 170 21 0 16 55 204 11 62
Binary 1110011 10001011 1111000 10001 0 1110 101101 10000100 1001 110010

Color Harmonies of #738B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B78

Black with #738B78

Text Example


Text Example

White with #738B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738B78; }

 p { color: rgb(115,139,120); }

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

background-color css

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

 a { background-color: rgb(115,139,120); }

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

border-color css

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

 span { border-color: rgb(115,139,120); }

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