Html Css Color HEX #76917A Blue Smoke

📋 copy color: '#76917A'

red 118 ◦ green 145 ◦ blue 122

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

Shades of Blue Smoke #76917A

Tints of Blue Smoke #76917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 30.65%
G = 37.66%
B = 31.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#76917A (or 0x76917A) is known color: Blue Smoke. HEX triplet: 76, 91 and 7A. RGB value is (118,145,122). Sum of RGB (Red+Green+Blue) = 118+145+122=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #76917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76917A is #896E85. Grayscale: #868686. Windows color (decimal): -9006726 or 8032630. OLE color: 8032630.

HSL color Cylindrical-coordinate representation of color #76917A: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76917A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 122 -
CMYK 0.19 0 0.16 0.43
HSL 128.89º 0.11% 0.52% -
HSV(B) 128.89º 0.19% 0.57% -
XYZ 21.11 25.51 22.22 -
YUV 134.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 118 145 122 0.19 0 0.16 0.43 128.89 0.11 0.52
Hex 76 91 7A 13 0 10 2B 81 B 34
Octal 166 221 172 23 0 20 53 201 13 64
Binary 1110110 10010001 1111010 10011 0 10000 101011 10000001 1011 110100

Color Harmonies of #76917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76917A

Black with #76917A

Text Example


Text Example

White with #76917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76917A; }

 p { color: rgb(118,145,122); }

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

background-color css

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

 a { background-color: rgb(118,145,122); }

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

border-color css

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

 span { border-color: rgb(118,145,122); }

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