Html Css Color HEX #767E94 Slate Grey

📋 copy color: '#767E94'

red 118 ◦ green 126 ◦ blue 148

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

Shades of Slate Grey #767E94

Tints of Slate Grey #767E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 30.1%
G = 32.14%
B = 37.76%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#767E94 (or 0x767E94) is known color: Slate Grey. HEX triplet: 76, 7E and 94. RGB value is (118,126,148). Sum of RGB (Red+Green+Blue) = 118+126+148=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #767E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E94 is #89816B. Grayscale: #7E7E7E. Windows color (decimal): -9011564 or 9731702. OLE color: 9731702.

HSL color Cylindrical-coordinate representation of color #767E94: hue angle of 224º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767E94 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 126 148 -
CMYK 0.20 0.15 0 0.42
HSL 224º 0.12% 0.52% -
HSV(B) 224º 0.2% 0.58% -
XYZ 20.28 20.91 30.98 -
YUV 126.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 118 126 148 0.20 0.15 0 0.42 224 0.12 0.52
Hex 76 7E 94 14 F 0 2A E0 C 34
Octal 166 176 224 24 17 0 52 340 14 64
Binary 1110110 1111110 10010100 10100 1111 0 101010 11100000 1100 110100

Color Harmonies of #767E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E94

Black with #767E94

Text Example


Text Example

White with #767E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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