Html Css Color HEX #767F90 Slate Grey

📋 copy color: '#767F90'

red 118 ◦ green 127 ◦ blue 144

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

Shades of Slate Grey #767F90

Tints of Slate Grey #767F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 30.33%
G = 32.65%
B = 37.02%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767F90 (or 0x767F90) is known color: Slate Grey. HEX triplet: 76, 7F and 90. RGB value is (118,127,144). Sum of RGB (Red+Green+Blue) = 118+127+144=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #767F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F90 is #89806F. Grayscale: #7E7E7E. Windows color (decimal): -9011312 or 9469814. OLE color: 9469814.

HSL color Cylindrical-coordinate representation of color #767F90: hue angle of 219.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767F90 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 127 144 -
CMYK 0.18 0.12 0 0.44
HSL 219.23º 0.1% 0.51% -
HSV(B) 219.23º 0.18% 0.56% -
XYZ 20.09 21.04 29.39 -
YUV 126.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 118 127 144 0.18 0.12 0 0.44 219.23 0.1 0.51
Hex 76 7F 90 12 C 0 2C DB A 33
Octal 166 177 220 22 14 0 54 333 12 63
Binary 1110110 1111111 10010000 10010 1100 0 101100 11011011 1010 110011

Color Harmonies of #767F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F90

Black with #767F90

Text Example


Text Example

White with #767F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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