Html Css Color HEX #768087 Slate Grey

📋 copy color: '#768087'

red 118 ◦ green 128 ◦ blue 135

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

Shades of Slate Grey #768087

Tints of Slate Grey #768087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 30.97%
G = 33.6%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#768087 (or 0x768087) is known color: Slate Grey. HEX triplet: 76, 80 and 87. RGB value is (118,128,135). Sum of RGB (Red+Green+Blue) = 118+128+135=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 135 - color contains mainly: blue. Hex color #768087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768087 is #897F78. Grayscale: #7D7D7D. Windows color (decimal): -9011065 or 8880246. OLE color: 8880246.

HSL color Cylindrical-coordinate representation of color #768087: hue angle of 204.71º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768087 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 128 135 -
CMYK 0.13 0.05 0 0.47
HSL 204.71º 0.07% 0.5% -
HSV(B) 204.71º 0.13% 0.53% -
XYZ 19.56 21.04 25.95 -
YUV 125.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 118 128 135 0.13 0.05 0 0.47 204.71 0.07 0.5
Hex 76 80 87 D 5 0 2F CD 7 32
Octal 166 200 207 15 5 0 57 315 7 62
Binary 1110110 10000000 10000111 1101 101 0 101111 11001101 111 110010

Color Harmonies of #768087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768087

Black with #768087

Text Example


Text Example

White with #768087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768087; }

 p { color: rgb(118,128,135); }

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

background-color css

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

 a { background-color: rgb(118,128,135); }

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

border-color css

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

 span { border-color: rgb(118,128,135); }

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