Html Css Color HEX #768095 Slate Grey

📋 copy color: '#768095'

red 118 ◦ green 128 ◦ blue 149

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

Shades of Slate Grey #768095

Tints of Slate Grey #768095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 29.87%
G = 32.41%
B = 37.72%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768095 (or 0x768095) is known color: Slate Grey. HEX triplet: 76, 80 and 95. RGB value is (118,128,149). Sum of RGB (Red+Green+Blue) = 118+128+149=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #768095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768095 is #897F6A. Grayscale: #7F7F7F. Windows color (decimal): -9011051 or 9797750. OLE color: 9797750.

HSL color Cylindrical-coordinate representation of color #768095: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768095 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 128 149 -
CMYK 0.21 0.14 0 0.42
HSL 220.65º 0.13% 0.52% -
HSV(B) 220.65º 0.21% 0.58% -
XYZ 20.62 21.46 31.49 -
YUV 127.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 118 128 149 0.21 0.14 0 0.42 220.65 0.13 0.52
Hex 76 80 95 15 E 0 2A DD D 34
Octal 166 200 225 25 16 0 52 335 15 64
Binary 1110110 10000000 10010101 10101 1110 0 101010 11011101 1101 110100

Color Harmonies of #768095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768095

Black with #768095

Text Example


Text Example

White with #768095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768095; }

 p { color: rgb(118,128,149); }

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

background-color css

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

 a { background-color: rgb(118,128,149); }

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

border-color css

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

 span { border-color: rgb(118,128,149); }

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