Html Css Color HEX #7D6569 Empress

📋 copy color: '#7D6569'

red 125 ◦ green 101 ◦ blue 105

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

Shades of Empress #7D6569

Tints of Empress #7D6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 37.76%
G = 30.51%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D6569 (or 0x7D6569) is known color: Empress. HEX triplet: 7D, 65 and 69. RGB value is (125,101,105). Sum of RGB (Red+Green+Blue) = 125+101+105=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6569 is #829A96. Grayscale: #6C6C6C. Windows color (decimal): -8559255 or 6907261. OLE color: 6907261.

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

Color convert

RGB 125 101 105 -
CMYK 0 0.19 0.16 0.51
HSL 350º 0.11% 0.44% -
HSV(B) 350º 0.19% 0.49% -
XYZ 15.66 14.69 15.37 -
YUV 108.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 125 101 105 0 0.19 0.16 0.51 350 0.11 0.44
Hex 7D 65 69 0 13 10 33 15E B 2C
Octal 175 145 151 0 23 20 63 536 13 54
Binary 1111101 1100101 1101001 0 10011 10000 110011 101011110 1011 101100

Color Harmonies of #7D6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6569

Black with #7D6569

Text Example


Text Example

White with #7D6569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,101,105); }

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

background-color css

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

 a { background-color: rgb(125,101,105); }

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

border-color css

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

 span { border-color: rgb(125,101,105); }

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