Html Css Color HEX #76819A Light Slate Grey

📋 copy color: '#76819A'

red 118 ◦ green 129 ◦ blue 154

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

Shades of Light Slate Grey #76819A

Tints of Light Slate Grey #76819A

RGB

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

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

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

R = 29.43%
G = 32.17%
B = 38.4%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76819A (or 0x76819A) is known color: Light Slate Grey. HEX triplet: 76, 81 and 9A. RGB value is (118,129,154). Sum of RGB (Red+Green+Blue) = 118+129+154=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #76819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76819A is #897E65. Grayscale: #808080. Windows color (decimal): -9010790 or 10125686. OLE color: 10125686.

HSL color Cylindrical-coordinate representation of color #76819A: hue angle of 221.67º 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 #76819A is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 129 154 -
CMYK 0.23 0.16 0 0.40
HSL 221.67º 0.15% 0.53% -
HSV(B) 221.67º 0.23% 0.6% -
XYZ 21.15 21.89 33.68 -
YUV 128.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 118 129 154 0.23 0.16 0 0.40 221.67 0.15 0.53
Hex 76 81 9A 17 10 0 28 DE F 35
Octal 166 201 232 27 20 0 50 336 17 65
Binary 1110110 10000001 10011010 10111 10000 0 101000 11011110 1111 110101

Color Harmonies of #76819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76819A

Black with #76819A

Text Example


Text Example

White with #76819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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