Html Css Color HEX #768A9A Light Slate Grey

📋 copy color: '#768A9A'

red 118 ◦ green 138 ◦ blue 154

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

Shades of Light Slate Grey #768A9A

Tints of Light Slate Grey #768A9A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 28.78%
G = 33.66%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#768A9A (or 0x768A9A) is known color: Light Slate Grey. HEX triplet: 76, 8A and 9A. RGB value is (118,138,154). Sum of RGB (Red+Green+Blue) = 118+138+154=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #768A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A9A is #897565. Grayscale: #858585. Windows color (decimal): -9008486 or 10127990. OLE color: 10127990.

HSL color Cylindrical-coordinate representation of color #768A9A: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768A9A is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 138 154 -
CMYK 0.23 0.10 0 0.40
HSL 206.67º 0.15% 0.53% -
HSV(B) 206.67º 0.23% 0.6% -
XYZ 22.39 24.36 34.09 -
YUV 133.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 118 138 154 0.23 0.10 0 0.40 206.67 0.15 0.53
Hex 76 8A 9A 17 A 0 28 CF F 35
Octal 166 212 232 27 12 0 50 317 17 65
Binary 1110110 10001010 10011010 10111 1010 0 101000 11001111 1111 110101

Color Harmonies of #768A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A9A

Black with #768A9A

Text Example


Text Example

White with #768A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768A9A; }

 p { color: rgb(118,138,154); }

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

background-color css

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

 a { background-color: rgb(118,138,154); }

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

border-color css

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

 span { border-color: rgb(118,138,154); }

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