Html Css Color HEX #76837B Blue Smoke

📋 copy color: '#76837B'

red 118 ◦ green 131 ◦ blue 123

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

Shades of Blue Smoke #76837B

Tints of Blue Smoke #76837B

RGB

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

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

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

R = 31.72%
G = 35.22%
B = 33.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#76837B (or 0x76837B) is known color: Blue Smoke. HEX triplet: 76, 83 and 7B. RGB value is (118,131,123). Sum of RGB (Red+Green+Blue) = 118+131+123=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #76837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76837B is #897C84. Grayscale: #7E7E7E. Windows color (decimal): -9010309 or 8094582. OLE color: 8094582.

HSL color Cylindrical-coordinate representation of color #76837B: hue angle of 143.08º 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 #76837B is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 123 -
CMYK 0.10 0 0.06 0.49
HSL 143.08º 0.05% 0.49% -
HSV(B) 143.08º 0.1% 0.51% -
XYZ 19.16 21.51 21.88 -
YUV 126.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 118 131 123 0.10 0 0.06 0.49 143.08 0.05 0.49
Hex 76 83 7B A 0 6 31 8F 5 31
Octal 166 203 173 12 0 6 61 217 5 61
Binary 1110110 10000011 1111011 1010 0 110 110001 10001111 101 110001

Color Harmonies of #76837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76837B

Black with #76837B

Text Example


Text Example

White with #76837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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