Html Css Color HEX #768692 Light Slate Grey

📋 copy color: '#768692'

red 118 ◦ green 134 ◦ blue 146

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

Shades of Light Slate Grey #768692

Tints of Light Slate Grey #768692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

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

R = 29.65%
G = 33.67%
B = 36.68%

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

#768692 (or 0x768692) is known color: Light Slate Grey. HEX triplet: 76, 86 and 92. RGB value is (118,134,146). Sum of RGB (Red+Green+Blue) = 118+134+146=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #768692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768692 is #89796D. Grayscale: #828282. Windows color (decimal): -9009518 or 9602678. OLE color: 9602678.

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

Color convert

RGB 118 134 146 -
CMYK 0.19 0.08 0 0.43
HSL 205.71º 0.11% 0.52% -
HSV(B) 205.71º 0.19% 0.57% -
XYZ 21.18 22.98 30.51 -
YUV 130.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 118 134 146 0.19 0.08 0 0.43 205.71 0.11 0.52
Hex 76 86 92 13 8 0 2B CE B 34
Octal 166 206 222 23 10 0 53 316 13 64
Binary 1110110 10000110 10010010 10011 1000 0 101011 11001110 1011 110100

Color Harmonies of #768692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768692

Black with #768692

Text Example


Text Example

White with #768692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768692; }

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

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

background-color css

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

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

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

border-color css

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

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

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