Html Css Color HEX #748976 Blue Smoke

📋 copy color: '#748976'

red 116 ◦ green 137 ◦ blue 118

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

Shades of Blue Smoke #748976

Tints of Blue Smoke #748976

RGB

 RED value IS 116 (45.7% from 255) = 31.27%

 GREEN value IS 137 (53.91% from 255) = 36.93%

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

R = 31.27%
G = 36.93%
B = 31.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#748976 (or 0x748976) is known color: Blue Smoke. HEX triplet: 74, 89 and 76. RGB value is (116,137,118). Sum of RGB (Red+Green+Blue) = 116+137+118=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #748976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748976 is #8B7689. Grayscale: #808080. Windows color (decimal): -9139850 or 7768436. OLE color: 7768436.

HSL color Cylindrical-coordinate representation of color #748976: hue angle of 125.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748976 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 118 -
CMYK 0.15 0 0.14 0.46
HSL 125.71º 0.08% 0.5% -
HSV(B) 125.71º 0.15% 0.54% -
XYZ 19.42 22.91 20.54 -
YUV 128.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 116 137 118 0.15 0 0.14 0.46 125.71 0.08 0.5
Hex 74 89 76 F 0 E 2E 7E 8 32
Octal 164 211 166 17 0 16 56 176 10 62
Binary 1110100 10001001 1110110 1111 0 1110 101110 1111110 1000 110010

Color Harmonies of #748976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748976

Black with #748976

Text Example


Text Example

White with #748976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748976; }

 p { color: rgb(116,137,118); }

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

background-color css

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

 a { background-color: rgb(116,137,118); }

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

border-color css

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

 span { border-color: rgb(116,137,118); }

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