Html Css Color HEX #768592 Light Slate Grey

📋 copy color: '#768592'

red 118 ◦ green 133 ◦ blue 146

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

Shades of Light Slate Grey #768592

Tints of Light Slate Grey #768592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 29.72%
G = 33.5%
B = 36.78%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768592 (or 0x768592) is known color: Light Slate Grey. HEX triplet: 76, 85 and 92. RGB value is (118,133,146). Sum of RGB (Red+Green+Blue) = 118+133+146=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #768592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768592 is #897A6D. Grayscale: #818181. Windows color (decimal): -9009774 or 9602422. OLE color: 9602422.

HSL color Cylindrical-coordinate representation of color #768592: hue angle of 207.86º 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 #768592 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 133 146 -
CMYK 0.19 0.09 0 0.43
HSL 207.86º 0.11% 0.52% -
HSV(B) 207.86º 0.19% 0.57% -
XYZ 21.05 22.7 30.47 -
YUV 130 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 118 133 146 0.19 0.09 0 0.43 207.86 0.11 0.52
Hex 76 85 92 13 9 0 2B D0 B 34
Octal 166 205 222 23 11 0 53 320 13 64
Binary 1110110 10000101 10010010 10011 1001 0 101011 11010000 1011 110100

Color Harmonies of #768592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768592

Black with #768592

Text Example


Text Example

White with #768592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768592; }

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

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

background-color css

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

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

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

border-color css

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

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

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