Html Css Color HEX #76837A Blue Smoke

📋 copy color: '#76837A'

red 118 ◦ green 131 ◦ blue 122

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

Shades of Blue Smoke #76837A

Tints of Blue Smoke #76837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 31.81%
G = 35.31%
B = 32.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#76837A (or 0x76837A) is known color: Blue Smoke. HEX triplet: 76, 83 and 7A. RGB value is (118,131,122). Sum of RGB (Red+Green+Blue) = 118+131+122=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #76837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76837A is #897C85. Grayscale: #7E7E7E. Windows color (decimal): -9010310 or 8029046. OLE color: 8029046.

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

Color convert

RGB 118 131 122 -
CMYK 0.10 0 0.07 0.49
HSL 138.46º 0.05% 0.49% -
HSV(B) 138.46º 0.1% 0.51% -
XYZ 19.1 21.49 21.55 -
YUV 126.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 118 131 122 0.10 0 0.07 0.49 138.46 0.05 0.49
Hex 76 83 7A A 0 7 31 8A 5 31
Octal 166 203 172 12 0 7 61 212 5 61
Binary 1110110 10000011 1111010 1010 0 111 110001 10001010 101 110001

Color Harmonies of #76837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76837A

Black with #76837A

Text Example


Text Example

White with #76837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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