Html Css Color HEX #76917B Blue Smoke

📋 copy color: '#76917B'

red 118 ◦ green 145 ◦ blue 123

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

Shades of Blue Smoke #76917B

Tints of Blue Smoke #76917B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 30.57%
G = 37.56%
B = 31.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#76917B (or 0x76917B) is known color: Blue Smoke. HEX triplet: 76, 91 and 7B. RGB value is (118,145,123). Sum of RGB (Red+Green+Blue) = 118+145+123=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #76917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76917B is #896E84. Grayscale: #868686. Windows color (decimal): -9006725 or 8098166. OLE color: 8098166.

HSL color Cylindrical-coordinate representation of color #76917B: hue angle of 131.11º 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 #76917B is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 123 -
CMYK 0.19 0 0.15 0.43
HSL 131.11º 0.11% 0.52% -
HSV(B) 131.11º 0.19% 0.57% -
XYZ 21.17 25.53 22.55 -
YUV 134.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 118 145 123 0.19 0 0.15 0.43 131.11 0.11 0.52
Hex 76 91 7B 13 0 F 2B 83 B 34
Octal 166 221 173 23 0 17 53 203 13 64
Binary 1110110 10010001 1111011 10011 0 1111 101011 10000011 1011 110100

Color Harmonies of #76917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76917B

Black with #76917B

Text Example


Text Example

White with #76917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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