Html Css Color HEX #768190 Slate Grey

📋 copy color: '#768190'

red 118 ◦ green 129 ◦ blue 144

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

Shades of Slate Grey #768190

Tints of Slate Grey #768190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 30.18%
G = 32.99%
B = 36.83%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#768190 (or 0x768190) is known color: Slate Grey. HEX triplet: 76, 81 and 90. RGB value is (118,129,144). Sum of RGB (Red+Green+Blue) = 118+129+144=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #768190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768190 is #897E6F. Grayscale: #7F7F7F. Windows color (decimal): -9010800 or 9470326. OLE color: 9470326.

HSL color Cylindrical-coordinate representation of color #768190: hue angle of 214.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768190 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 129 144 -
CMYK 0.18 0.10 0 0.44
HSL 214.62º 0.1% 0.51% -
HSV(B) 214.62º 0.18% 0.56% -
XYZ 20.36 21.57 29.48 -
YUV 127.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 118 129 144 0.18 0.10 0 0.44 214.62 0.1 0.51
Hex 76 81 90 12 A 0 2C D7 A 33
Octal 166 201 220 22 12 0 54 327 12 63
Binary 1110110 10000001 10010000 10010 1010 0 101100 11010111 1010 110011

Color Harmonies of #768190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768190

Black with #768190

Text Example


Text Example

White with #768190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768190; }

 p { color: rgb(118,129,144); }

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

background-color css

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

 a { background-color: rgb(118,129,144); }

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

border-color css

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

 span { border-color: rgb(118,129,144); }

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