Html Css Color HEX #767F8B Slate Grey

📋 copy color: '#767F8B'

red 118 ◦ green 127 ◦ blue 139

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

Shades of Slate Grey #767F8B

Tints of Slate Grey #767F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 30.73%
G = 33.07%
B = 36.2%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#767F8B (or 0x767F8B) is known color: Slate Grey. HEX triplet: 76, 7F and 8B. RGB value is (118,127,139). Sum of RGB (Red+Green+Blue) = 118+127+139=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #767F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F8B is #898074. Grayscale: #7D7D7D. Windows color (decimal): -9011317 or 9142134. OLE color: 9142134.

HSL color Cylindrical-coordinate representation of color #767F8B: hue angle of 214.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767F8B is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 127 139 -
CMYK 0.15 0.09 0 0.45
HSL 214.29º 0.08% 0.5% -
HSV(B) 214.29º 0.15% 0.55% -
XYZ 19.72 20.89 27.42 -
YUV 125.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 118 127 139 0.15 0.09 0 0.45 214.29 0.08 0.5
Hex 76 7F 8B F 9 0 2D D6 8 32
Octal 166 177 213 17 11 0 55 326 10 62
Binary 1110110 1111111 10001011 1111 1001 0 101101 11010110 1000 110010

Color Harmonies of #767F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F8B

Black with #767F8B

Text Example


Text Example

White with #767F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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