Html Css Color HEX #768088 Slate Grey

📋 copy color: '#768088'

red 118 ◦ green 128 ◦ blue 136

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

Shades of Slate Grey #768088

Tints of Slate Grey #768088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 30.89%
G = 33.51%
B = 35.6%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#768088 (or 0x768088) is known color: Slate Grey. HEX triplet: 76, 80 and 88. RGB value is (118,128,136). Sum of RGB (Red+Green+Blue) = 118+128+136=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 136 - color contains mainly: blue. Hex color #768088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768088 is #897F77. Grayscale: #7D7D7D. Windows color (decimal): -9011064 or 8945782. OLE color: 8945782.

HSL color Cylindrical-coordinate representation of color #768088: hue angle of 206.67º 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 #768088 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 128 136 -
CMYK 0.13 0.06 0 0.47
HSL 206.67º 0.07% 0.5% -
HSV(B) 206.67º 0.13% 0.53% -
XYZ 19.63 21.07 26.32 -
YUV 125.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 118 128 136 0.13 0.06 0 0.47 206.67 0.07 0.5
Hex 76 80 88 D 6 0 2F CF 7 32
Octal 166 200 210 15 6 0 57 317 7 62
Binary 1110110 10000000 10001000 1101 110 0 101111 11001111 111 110010

Color Harmonies of #768088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768088

Black with #768088

Text Example


Text Example

White with #768088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768088; }

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

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

background-color css

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

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

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

border-color css

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

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

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