Html Css Color HEX #767E92 Slate Grey

📋 copy color: '#767E92'

red 118 ◦ green 126 ◦ blue 146

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

Shades of Slate Grey #767E92

Tints of Slate Grey #767E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 30.26%
G = 32.31%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767E92 (or 0x767E92) is known color: Slate Grey. HEX triplet: 76, 7E and 92. RGB value is (118,126,146). Sum of RGB (Red+Green+Blue) = 118+126+146=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #767E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E92 is #89816D. Grayscale: #7D7D7D. Windows color (decimal): -9011566 or 9600630. OLE color: 9600630.

HSL color Cylindrical-coordinate representation of color #767E92: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767E92 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 126 146 -
CMYK 0.19 0.14 0 0.43
HSL 222.86º 0.11% 0.52% -
HSV(B) 222.86º 0.19% 0.57% -
XYZ 20.12 20.85 30.16 -
YUV 125.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 118 126 146 0.19 0.14 0 0.43 222.86 0.11 0.52
Hex 76 7E 92 13 E 0 2B DF B 34
Octal 166 176 222 23 16 0 53 337 13 64
Binary 1110110 1111110 10010010 10011 1110 0 101011 11011111 1011 110100

Color Harmonies of #767E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E92

Black with #767E92

Text Example


Text Example

White with #767E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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