Html Css Color HEX #7C8891 Light Slate Grey

📋 copy color: '#7C8891'

red 124 ◦ green 136 ◦ blue 145

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

Shades of Light Slate Grey #7C8891

Tints of Light Slate Grey #7C8891

RGB

 RED value IS 124 (48.83% from 255) = 30.62%

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 30.62%
G = 33.58%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C8891 (or 0x7C8891) is known color: Light Slate Grey. HEX triplet: 7C, 88 and 91. RGB value is (124,136,145). Sum of RGB (Red+Green+Blue) = 124+136+145=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C8891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8891 is #83776E. Grayscale: #858585. Windows color (decimal): -8615791 or 9537660. OLE color: 9537660.

HSL color Cylindrical-coordinate representation of color #7C8891: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C8891 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 136 145 -
CMYK 0.14 0.06 0 0.43
HSL 205.71º 0.09% 0.53% -
HSV(B) 205.71º 0.14% 0.57% -
XYZ 22.23 23.94 30.24 -
YUV 133.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 124 136 145 0.14 0.06 0 0.43 205.71 0.09 0.53
Hex 7C 88 91 E 6 0 2B CE 9 35
Octal 174 210 221 16 6 0 53 316 11 65
Binary 1111100 10001000 10010001 1110 110 0 101011 11001110 1001 110101

Color Harmonies of #7C8891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8891

Black with #7C8891

Text Example


Text Example

White with #7C8891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C8891; }

 p { color: rgb(124,136,145); }

 H1.HeaderClassName
 {
   color: #7C8891;
 }
 .AnyTagClassName
 {
   color: #7C8891;
 }
</style>

background-color css

<style>
 a { background-color: #7C8891; }

 a { background-color: rgb(124,136,145); }

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

border-color css

<style>
 span { border-color: #7C8891; }

 span { border-color: rgb(124,136,145); }

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