Html Css Color HEX #738076 Blue Smoke

📋 copy color: '#738076'

red 115 ◦ green 128 ◦ blue 118

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

Shades of Blue Smoke #738076

Tints of Blue Smoke #738076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

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

R = 31.86%
G = 35.46%
B = 32.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#738076 (or 0x738076) is known color: Blue Smoke. HEX triplet: 73, 80 and 76. RGB value is (115,128,118). Sum of RGB (Red+Green+Blue) = 115+128+118=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 128 - color contains mainly: green. Hex color #738076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738076 is #8C7F89. Grayscale: #7B7B7B. Windows color (decimal): -9207690 or 7766131. OLE color: 7766131.

HSL color Cylindrical-coordinate representation of color #738076: hue angle of 133.85º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #738076 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 118 -
CMYK 0.10 0 0.08 0.50
HSL 133.85º 0.05% 0.48% -
HSV(B) 133.85º 0.1% 0.5% -
XYZ 18.06 20.39 20.12 -
YUV 122.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 115 128 118 0.10 0 0.08 0.50 133.85 0.05 0.48
Hex 73 80 76 A 0 8 32 86 5 30
Octal 163 200 166 12 0 10 62 206 5 60
Binary 1110011 10000000 1110110 1010 0 1000 110010 10000110 101 110000

Color Harmonies of #738076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738076

Black with #738076

Text Example


Text Example

White with #738076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738076; }

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

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

background-color css

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

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

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

border-color css

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

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

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