Html Css Color HEX #7D6E67 Russett

📋 copy color: '#7D6E67'

red 125 ◦ green 110 ◦ blue 103

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

Shades of Russett #7D6E67

Tints of Russett #7D6E67

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 36.98%
G = 32.54%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D6E67 (or 0x7D6E67) is known color: Russett. HEX triplet: 7D, 6E and 67. RGB value is (125,110,103). Sum of RGB (Red+Green+Blue) = 125+110+103=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E67 is #829198. Grayscale: #717171. Windows color (decimal): -8556953 or 6778493. OLE color: 6778493.

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

Color convert

RGB 125 110 103 -
CMYK 0 0.12 0.18 0.51
HSL 19.09º 0.1% 0.45% -
HSV(B) 19.09º 0.18% 0.49% -
XYZ 16.48 16.49 15.15 -
YUV 113.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 125 110 103 0 0.12 0.18 0.51 19.09 0.1 0.45
Hex 7D 6E 67 0 C 12 33 13 A 2D
Octal 175 156 147 0 14 22 63 23 12 55
Binary 1111101 1101110 1100111 0 1100 10010 110011 10011 1010 101101

Color Harmonies of #7D6E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E67

Black with #7D6E67

Text Example


Text Example

White with #7D6E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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