Html Css Color HEX #7D625B Russett

📋 copy color: '#7D625B'

red 125 ◦ green 98 ◦ blue 91

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

Shades of Russett #7D625B

Tints of Russett #7D625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 39.81%
G = 31.21%
B = 28.98%

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

#7D625B (or 0x7D625B) is known color: Russett. HEX triplet: 7D, 62 and 5B. RGB value is (125,98,91). Sum of RGB (Red+Green+Blue) = 125+98+91=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D625B is #829DA4. Grayscale: #696969. Windows color (decimal): -8560037 or 5988989. OLE color: 5988989.

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

Color convert

RGB 125 98 91 -
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.71 13.85 11.8 -
YUV 105.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 125 98 91 0 0.22 0.27 0.51 12.35 0.16 0.42
Hex 7D 62 5B 0 16 1B 33 C 10 2A
Octal 175 142 133 0 26 33 63 14 20 52
Binary 1111101 1100010 1011011 0 10110 11011 110011 1100 10000 101010

Color Harmonies of #7D625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D625B

Black with #7D625B

Text Example


Text Example

White with #7D625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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