Html Css Color HEX #76859A Light Slate Grey

📋 copy color: '#76859A'

red 118 ◦ green 133 ◦ blue 154

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

Shades of Light Slate Grey #76859A

Tints of Light Slate Grey #76859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 29.14%
G = 32.84%
B = 38.02%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76859A (or 0x76859A) is known color: Light Slate Grey. HEX triplet: 76, 85 and 9A. RGB value is (118,133,154). Sum of RGB (Red+Green+Blue) = 118+133+154=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #76859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76859A is #897A65. Grayscale: #828282. Windows color (decimal): -9009766 or 10126710. OLE color: 10126710.

HSL color Cylindrical-coordinate representation of color #76859A: hue angle of 215º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76859A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 133 154 -
CMYK 0.23 0.14 0 0.40
HSL 215º 0.15% 0.53% -
HSV(B) 215º 0.23% 0.6% -
XYZ 21.69 22.96 33.86 -
YUV 130.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 118 133 154 0.23 0.14 0 0.40 215 0.15 0.53
Hex 76 85 9A 17 E 0 28 D7 F 35
Octal 166 205 232 27 16 0 50 327 17 65
Binary 1110110 10000101 10011010 10111 1110 0 101000 11010111 1111 110101

Color Harmonies of #76859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76859A

Black with #76859A

Text Example


Text Example

White with #76859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,133,154); }

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

background-color css

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

 a { background-color: rgb(118,133,154); }

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

border-color css

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

 span { border-color: rgb(118,133,154); }

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