Html Css Color HEX #76907C Blue Smoke

📋 copy color: '#76907C'

red 118 ◦ green 144 ◦ blue 124

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

Shades of Blue Smoke #76907C

Tints of Blue Smoke #76907C

RGB

 RED value IS 118 (46.48% from 255) = 30.57%

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 30.57%
G = 37.31%
B = 32.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#76907C (or 0x76907C) is known color: Blue Smoke. HEX triplet: 76, 90 and 7C. RGB value is (118,144,124). Sum of RGB (Red+Green+Blue) = 118+144+124=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #76907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76907C is #896F83. Grayscale: #868686. Windows color (decimal): -9006980 or 8163446. OLE color: 8163446.

HSL color Cylindrical-coordinate representation of color #76907C: hue angle of 133.85º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76907C is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 124 -
CMYK 0.18 0 0.14 0.44
HSL 133.85º 0.1% 0.51% -
HSV(B) 133.85º 0.18% 0.56% -
XYZ 21.08 25.25 22.83 -
YUV 133.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 118 144 124 0.18 0 0.14 0.44 133.85 0.1 0.51
Hex 76 90 7C 12 0 E 2C 86 A 33
Octal 166 220 174 22 0 16 54 206 12 63
Binary 1110110 10010000 1111100 10010 0 1110 101100 10000110 1010 110011

Color Harmonies of #76907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76907C

Black with #76907C

Text Example


Text Example

White with #76907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76907C; }

 p { color: rgb(118,144,124); }

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

background-color css

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

 a { background-color: rgb(118,144,124); }

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

border-color css

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

 span { border-color: rgb(118,144,124); }

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