Html Css Color HEX #7C858B Aluminium

📋 copy color: '#7C858B'

red 124 ◦ green 133 ◦ blue 139

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

Shades of Aluminium #7C858B

Tints of Aluminium #7C858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 31.31%
G = 33.59%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C858B (or 0x7C858B) is known color: Aluminium. HEX triplet: 7C, 85 and 8B. RGB value is (124,133,139). Sum of RGB (Red+Green+Blue) = 124+133+139=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C858B is #837A74. Grayscale: #828282. Windows color (decimal): -8616565 or 9143676. OLE color: 9143676.

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

Color convert

RGB 124 133 139 -
CMYK 0.11 0.04 0 0.45
HSL 204º 0.06% 0.52% -
HSV(B) 204º 0.11% 0.55% -
XYZ 21.36 22.92 27.73 -
YUV 130.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 124 133 139 0.11 0.04 0 0.45 204 0.06 0.52
Hex 7C 85 8B B 4 0 2D CC 6 34
Octal 174 205 213 13 4 0 55 314 6 64
Binary 1111100 10000101 10001011 1011 100 0 101101 11001100 110 110100

Color Harmonies of #7C858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C858B

Black with #7C858B

Text Example


Text Example

White with #7C858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,133,139); }

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

background-color css

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

 a { background-color: rgb(124,133,139); }

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

border-color css

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

 span { border-color: rgb(124,133,139); }

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