Html Css Color HEX #7D675F Russett

📋 copy color: '#7D675F'

red 125 ◦ green 103 ◦ blue 95

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

Shades of Russett #7D675F

Tints of Russett #7D675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 38.7%
G = 31.89%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D675F (or 0x7D675F) is known color: Russett. HEX triplet: 7D, 67 and 5F. RGB value is (125,103,95). Sum of RGB (Red+Green+Blue) = 125+103+95=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D675F is #8298A0. Grayscale: #6C6C6C. Windows color (decimal): -8558753 or 6252413. OLE color: 6252413.

HSL color Cylindrical-coordinate representation of color #7D675F: hue angle of 16º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D675F is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 103 95 -
CMYK 0 0.18 0.24 0.51
HSL 16º 0.14% 0.43% -
HSV(B) 16º 0.24% 0.49% -
XYZ 15.37 14.89 12.89 -
YUV 108.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 125 103 95 0 0.18 0.24 0.51 16 0.14 0.43
Hex 7D 67 5F 0 12 18 33 10 E 2B
Octal 175 147 137 0 22 30 63 20 16 53
Binary 1111101 1100111 1011111 0 10010 11000 110011 10000 1110 101011

Color Harmonies of #7D675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D675F

Black with #7D675F

Text Example


Text Example

White with #7D675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,95); }

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

background-color css

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

 a { background-color: rgb(125,103,95); }

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

border-color css

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

 span { border-color: rgb(125,103,95); }

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