Html Css Color HEX #768597 Light Slate Grey

📋 copy color: '#768597'

red 118 ◦ green 133 ◦ blue 151

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

Shades of Light Slate Grey #768597

Tints of Light Slate Grey #768597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 29.35%
G = 33.08%
B = 37.56%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#768597 (or 0x768597) is known color: Light Slate Grey. HEX triplet: 76, 85 and 97. RGB value is (118,133,151). Sum of RGB (Red+Green+Blue) = 118+133+151=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #768597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768597 is #897A68. Grayscale: #828282. Windows color (decimal): -9009769 or 9930102. OLE color: 9930102.

HSL color Cylindrical-coordinate representation of color #768597: hue angle of 212.73º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768597 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 133 151 -
CMYK 0.22 0.12 0 0.41
HSL 212.73º 0.14% 0.53% -
HSV(B) 212.73º 0.22% 0.59% -
XYZ 21.44 22.86 32.56 -
YUV 130.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 118 133 151 0.22 0.12 0 0.41 212.73 0.14 0.53
Hex 76 85 97 16 C 0 29 D5 E 35
Octal 166 205 227 26 14 0 51 325 16 65
Binary 1110110 10000101 10010111 10110 1100 0 101001 11010101 1110 110101

Color Harmonies of #768597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768597

Black with #768597

Text Example


Text Example

White with #768597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768597; }

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

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

background-color css

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

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

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

border-color css

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

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

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