Html Css Color HEX #7C615A Russett

📋 copy color: '#7C615A'

red 124 ◦ green 97 ◦ blue 90

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

Shades of Russett #7C615A

Tints of Russett #7C615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 39.87%
G = 31.19%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C615A (or 0x7C615A) is known color: Russett. HEX triplet: 7C, 61 and 5A. RGB value is (124,97,90). Sum of RGB (Red+Green+Blue) = 124+97+90=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C615A is #839EA5. Grayscale: #686868. Windows color (decimal): -8625830 or 5923196. OLE color: 5923196.

HSL color Cylindrical-coordinate representation of color #7C615A: hue angle of 12.35º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C615A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 97 90 -
CMYK 0 0.22 0.27 0.51
HSL 12.35º 0.16% 0.42% -
HSV(B) 12.35º 0.27% 0.49% -
XYZ 14.43 13.57 11.53 -
YUV 104.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 124 97 90 0 0.22 0.27 0.51 12.35 0.16 0.42
Hex 7C 61 5A 0 16 1B 33 C 10 2A
Octal 174 141 132 0 26 33 63 14 20 52
Binary 1111100 1100001 1011010 0 10110 11011 110011 1100 10000 101010

Color Harmonies of #7C615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C615A

Black with #7C615A

Text Example


Text Example

White with #7C615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,90); }

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

background-color css

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

 a { background-color: rgb(124,97,90); }

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

border-color css

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

 span { border-color: rgb(124,97,90); }

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