Html Css Color HEX #768290 Slate Grey

📋 copy color: '#768290'

red 118 ◦ green 130 ◦ blue 144

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

Shades of Slate Grey #768290

Tints of Slate Grey #768290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 30.1%
G = 33.16%
B = 36.73%

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

#768290 (or 0x768290) is known color: Slate Grey. HEX triplet: 76, 82 and 90. RGB value is (118,130,144). Sum of RGB (Red+Green+Blue) = 118+130+144=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #768290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768290 is #897D6F. Grayscale: #7F7F7F. Windows color (decimal): -9010544 or 9470582. OLE color: 9470582.

HSL color Cylindrical-coordinate representation of color #768290: hue angle of 212.31º 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 #768290 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 130 144 -
CMYK 0.18 0.10 0 0.44
HSL 212.31º 0.1% 0.51% -
HSV(B) 212.31º 0.18% 0.56% -
XYZ 20.49 21.83 29.52 -
YUV 128.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 118 130 144 0.18 0.10 0 0.44 212.31 0.1 0.51
Hex 76 82 90 12 A 0 2C D4 A 33
Octal 166 202 220 22 12 0 54 324 12 63
Binary 1110110 10000010 10010000 10010 1010 0 101100 11010100 1010 110011

Color Harmonies of #768290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768290

Black with #768290

Text Example


Text Example

White with #768290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768290; }

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

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

background-color css

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

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

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

border-color css

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

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

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