Html Css Color HEX #7D8C94 Aluminium

📋 copy color: '#7D8C94'

red 125 ◦ green 140 ◦ blue 148

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

Shades of Aluminium #7D8C94

Tints of Aluminium #7D8C94

RGB

 RED value IS 125 (49.22% from 255) = 30.27%

 GREEN value IS 140 (55.08% from 255) = 33.9%

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 30.27%
G = 33.9%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D8C94 (or 0x7D8C94) is known color: Aluminium. HEX triplet: 7D, 8C and 94. RGB value is (125,140,148). Sum of RGB (Red+Green+Blue) = 125+140+148=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D8C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8C94 is #82736B. Grayscale: #888888. Windows color (decimal): -8549228 or 9735293. OLE color: 9735293.

HSL color Cylindrical-coordinate representation of color #7D8C94: hue angle of 200.87º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D8C94 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 140 148 -
CMYK 0.16 0.05 0 0.42
HSL 200.87º 0.1% 0.54% -
HSV(B) 200.87º 0.16% 0.58% -
XYZ 23.18 25.25 31.67 -
YUV 136.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 125 140 148 0.16 0.05 0 0.42 200.87 0.1 0.54
Hex 7D 8C 94 10 5 0 2A C9 A 36
Octal 175 214 224 20 5 0 52 311 12 66
Binary 1111101 10001100 10010100 10000 101 0 101010 11001001 1010 110110

Color Harmonies of #7D8C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8C94

Black with #7D8C94

Text Example


Text Example

White with #7D8C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,140,148); }

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

background-color css

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

 a { background-color: rgb(125,140,148); }

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

border-color css

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

 span { border-color: rgb(125,140,148); }

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