Html Css Color HEX #7C8289 Slate Grey

📋 copy color: '#7C8289'

red 124 ◦ green 130 ◦ blue 137

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

Shades of Slate Grey #7C8289

Tints of Slate Grey #7C8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 31.71%
G = 33.25%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C8289 (or 0x7C8289) is known color: Slate Grey. HEX triplet: 7C, 82 and 89. RGB value is (124,130,137). Sum of RGB (Red+Green+Blue) = 124+130+137=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C8289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8289 is #837D76. Grayscale: #808080. Windows color (decimal): -8617335 or 9011836. OLE color: 9011836.

HSL color Cylindrical-coordinate representation of color #7C8289: hue angle of 212.31º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C8289 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 130 137 -
CMYK 0.09 0.05 0 0.46
HSL 212.31º 0.05% 0.51% -
HSV(B) 212.31º 0.09% 0.54% -
XYZ 20.81 22.06 26.83 -
YUV 129 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 124 130 137 0.09 0.05 0 0.46 212.31 0.05 0.51
Hex 7C 82 89 9 5 0 2E D4 5 33
Octal 174 202 211 11 5 0 56 324 5 63
Binary 1111100 10000010 10001001 1001 101 0 101110 11010100 101 110011

Color Harmonies of #7C8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8289

Black with #7C8289

Text Example


Text Example

White with #7C8289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,130,137); }

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

background-color css

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

 a { background-color: rgb(124,130,137); }

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

border-color css

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

 span { border-color: rgb(124,130,137); }

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