Html Css Color HEX #7D645B Russett

📋 copy color: '#7D645B'

red 125 ◦ green 100 ◦ blue 91

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

Shades of Russett #7D645B

Tints of Russett #7D645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 39.56%
G = 31.65%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D645B (or 0x7D645B) is known color: Russett. HEX triplet: 7D, 64 and 5B. RGB value is (125,100,91). Sum of RGB (Red+Green+Blue) = 125+100+91=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D645B is #829BA4. Grayscale: #6A6A6A. Windows color (decimal): -8559525 or 5989501. OLE color: 5989501.

HSL color Cylindrical-coordinate representation of color #7D645B: hue angle of 15.88º 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 #7D645B is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 100 91 -
CMYK 0 0.2 0.27 0.51
HSL 15.88º 0.16% 0.42% -
HSV(B) 15.88º 0.27% 0.49% -
XYZ 14.9 14.23 11.86 -
YUV 106.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 125 100 91 0 0.2 0.27 0.51 15.88 0.16 0.42
Hex 7D 64 5B 0 14 1B 33 10 10 2A
Octal 175 144 133 0 24 33 63 20 20 52
Binary 1111101 1100100 1011011 0 10100 11011 110011 10000 10000 101010

Color Harmonies of #7D645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D645B

Black with #7D645B

Text Example


Text Example

White with #7D645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,91); }

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

background-color css

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

 a { background-color: rgb(125,100,91); }

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

border-color css

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

 span { border-color: rgb(125,100,91); }

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