Html Css Color HEX #76817A Blue Smoke

📋 copy color: '#76817A'

red 118 ◦ green 129 ◦ blue 122

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

Shades of Blue Smoke #76817A

Tints of Blue Smoke #76817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 31.98%
G = 34.96%
B = 33.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#76817A (or 0x76817A) is known color: Blue Smoke. HEX triplet: 76, 81 and 7A. RGB value is (118,129,122). Sum of RGB (Red+Green+Blue) = 118+129+122=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #76817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76817A is #897E85. Grayscale: #7C7C7C. Windows color (decimal): -9010822 or 8028534. OLE color: 8028534.

HSL color Cylindrical-coordinate representation of color #76817A: hue angle of 141.82º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76817A is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 122 -
CMYK 0.09 0 0.05 0.49
HSL 141.82º 0.04% 0.48% -
HSV(B) 141.82º 0.09% 0.51% -
XYZ 18.83 20.96 21.46 -
YUV 124.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 118 129 122 0.09 0 0.05 0.49 141.82 0.04 0.48
Hex 76 81 7A 9 0 5 31 8E 4 30
Octal 166 201 172 11 0 5 61 216 4 60
Binary 1110110 10000001 1111010 1001 0 101 110001 10001110 100 110000

Color Harmonies of #76817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76817A

Black with #76817A

Text Example


Text Example

White with #76817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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