Html Css Color HEX #768591 Slate Grey

📋 copy color: '#768591'

red 118 ◦ green 133 ◦ blue 145

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

Shades of Slate Grey #768591

Tints of Slate Grey #768591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 29.8%
G = 33.59%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768591 (or 0x768591) is known color: Slate Grey. HEX triplet: 76, 85 and 91. RGB value is (118,133,145). Sum of RGB (Red+Green+Blue) = 118+133+145=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #768591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768591 is #897A6E. Grayscale: #818181. Windows color (decimal): -9009775 or 9536886. OLE color: 9536886.

HSL color Cylindrical-coordinate representation of color #768591: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768591 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 133 145 -
CMYK 0.19 0.08 0 0.43
HSL 206.67º 0.11% 0.52% -
HSV(B) 206.67º 0.19% 0.57% -
XYZ 20.97 22.67 30.06 -
YUV 129.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 118 133 145 0.19 0.08 0 0.43 206.67 0.11 0.52
Hex 76 85 91 13 8 0 2B CF B 34
Octal 166 205 221 23 10 0 53 317 13 64
Binary 1110110 10000101 10010001 10011 1000 0 101011 11001111 1011 110100

Color Harmonies of #768591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768591

Black with #768591

Text Example


Text Example

White with #768591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768591; }

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

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

background-color css

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

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

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

border-color css

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

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

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