Html Css Color HEX #767F89 Slate Grey

📋 copy color: '#767F89'

red 118 ◦ green 127 ◦ blue 137

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

Shades of Slate Grey #767F89

Tints of Slate Grey #767F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 30.89%
G = 33.25%
B = 35.86%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#767F89 (or 0x767F89) is known color: Slate Grey. HEX triplet: 76, 7F and 89. RGB value is (118,127,137). Sum of RGB (Red+Green+Blue) = 118+127+137=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #767F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F89 is #898076. Grayscale: #7D7D7D. Windows color (decimal): -9011319 or 9011062. OLE color: 9011062.

HSL color Cylindrical-coordinate representation of color #767F89: hue angle of 211.58º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767F89 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 127 137 -
CMYK 0.14 0.07 0 0.46
HSL 211.58º 0.07% 0.5% -
HSV(B) 211.58º 0.14% 0.54% -
XYZ 19.58 20.84 26.66 -
YUV 125.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 118 127 137 0.14 0.07 0 0.46 211.58 0.07 0.5
Hex 76 7F 89 E 7 0 2E D4 7 32
Octal 166 177 211 16 7 0 56 324 7 62
Binary 1110110 1111111 10001001 1110 111 0 101110 11010100 111 110010

Color Harmonies of #767F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F89

Black with #767F89

Text Example


Text Example

White with #767F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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