Html Css Color HEX #767F92 Slate Grey

📋 copy color: '#767F92'

red 118 ◦ green 127 ◦ blue 146

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

Shades of Slate Grey #767F92

Tints of Slate Grey #767F92

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

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

R = 30.18%
G = 32.48%
B = 37.34%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767F92 (or 0x767F92) is known color: Slate Grey. HEX triplet: 76, 7F and 92. RGB value is (118,127,146). Sum of RGB (Red+Green+Blue) = 118+127+146=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #767F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F92 is #89806D. Grayscale: #7E7E7E. Windows color (decimal): -9011310 or 9600886. OLE color: 9600886.

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

Color convert

RGB 118 127 146 -
CMYK 0.19 0.13 0 0.43
HSL 220.71º 0.11% 0.52% -
HSV(B) 220.71º 0.19% 0.57% -
XYZ 20.25 21.11 30.2 -
YUV 126.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 118 127 146 0.19 0.13 0 0.43 220.71 0.11 0.52
Hex 76 7F 92 13 D 0 2B DD B 34
Octal 166 177 222 23 15 0 53 335 13 64
Binary 1110110 1111111 10010010 10011 1101 0 101011 11011101 1011 110100

Color Harmonies of #767F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F92

Black with #767F92

Text Example


Text Example

White with #767F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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