Html Css Color HEX #767E88 Slate Grey

📋 copy color: '#767E88'

red 118 ◦ green 126 ◦ blue 136

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

Shades of Slate Grey #767E88

Tints of Slate Grey #767E88

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

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

R = 31.05%
G = 33.16%
B = 35.79%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#767E88 (or 0x767E88) is known color: Slate Grey. HEX triplet: 76, 7E and 88. RGB value is (118,126,136). Sum of RGB (Red+Green+Blue) = 118+126+136=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 136 - color contains mainly: blue. Hex color #767E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E88 is #898177. Grayscale: #7C7C7C. Windows color (decimal): -9011576 or 8945270. OLE color: 8945270.

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

Color convert

RGB 118 126 136 -
CMYK 0.13 0.07 0 0.47
HSL 213.33º 0.07% 0.5% -
HSV(B) 213.33º 0.13% 0.53% -
XYZ 19.38 20.55 26.24 -
YUV 124.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 118 126 136 0.13 0.07 0 0.47 213.33 0.07 0.5
Hex 76 7E 88 D 7 0 2F D5 7 32
Octal 166 176 210 15 7 0 57 325 7 62
Binary 1110110 1111110 10001000 1101 111 0 101111 11010101 111 110010

Color Harmonies of #767E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E88

Black with #767E88

Text Example


Text Example

White with #767E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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