Html Css Color HEX #7C878D Aluminium

📋 copy color: '#7C878D'

red 124 ◦ green 135 ◦ blue 141

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

Shades of Aluminium #7C878D

Tints of Aluminium #7C878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 31%
G = 33.75%
B = 35.25%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C878D (or 0x7C878D) is known color: Aluminium. HEX triplet: 7C, 87 and 8D. RGB value is (124,135,141). Sum of RGB (Red+Green+Blue) = 124+135+141=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C878D is #837872. Grayscale: #848484. Windows color (decimal): -8616051 or 9275260. OLE color: 9275260.

HSL color Cylindrical-coordinate representation of color #7C878D: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C878D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 135 141 -
CMYK 0.12 0.04 0 0.45
HSL 201.18º 0.07% 0.52% -
HSV(B) 201.18º 0.12% 0.55% -
XYZ 21.78 23.54 28.59 -
YUV 132.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 124 135 141 0.12 0.04 0 0.45 201.18 0.07 0.52
Hex 7C 87 8D C 4 0 2D C9 7 34
Octal 174 207 215 14 4 0 55 311 7 64
Binary 1111100 10000111 10001101 1100 100 0 101101 11001001 111 110100

Color Harmonies of #7C878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C878D

Black with #7C878D

Text Example


Text Example

White with #7C878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,135,141); }

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

background-color css

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

 a { background-color: rgb(124,135,141); }

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

border-color css

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

 span { border-color: rgb(124,135,141); }

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