Html Css Color HEX #7A858D Aluminium

📋 copy color: '#7A858D'

red 122 ◦ green 133 ◦ blue 141

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

Shades of Aluminium #7A858D

Tints of Aluminium #7A858D

RGB

 RED value IS 122 (48.05% from 255) = 30.81%

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 30.81%
G = 33.59%
B = 35.61%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A858D (or 0x7A858D) is known color: Aluminium. HEX triplet: 7A, 85 and 8D. RGB value is (122,133,141). Sum of RGB (Red+Green+Blue) = 122+133+141=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A858D is #857A72. Grayscale: #828282. Windows color (decimal): -8747635 or 9274746. OLE color: 9274746.

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

Color convert

RGB 122 133 141 -
CMYK 0.13 0.06 0 0.45
HSL 205.26º 0.08% 0.52% -
HSV(B) 205.26º 0.13% 0.55% -
XYZ 21.22 22.84 28.49 -
YUV 130.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 122 133 141 0.13 0.06 0 0.45 205.26 0.08 0.52
Hex 7A 85 8D D 6 0 2D CD 8 34
Octal 172 205 215 15 6 0 55 315 10 64
Binary 1111010 10000101 10001101 1101 110 0 101101 11001101 1000 110100

Color Harmonies of #7A858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A858D

Black with #7A858D

Text Example


Text Example

White with #7A858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,133,141); }

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

background-color css

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

 a { background-color: rgb(122,133,141); }

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

border-color css

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

 span { border-color: rgb(122,133,141); }

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