Html Css Color HEX #7D6269 Empress

📋 copy color: '#7D6269'

red 125 ◦ green 98 ◦ blue 105

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

Shades of Empress #7D6269

Tints of Empress #7D6269

RGB

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

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

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

R = 38.11%
G = 29.88%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D6269 (or 0x7D6269) is known color: Empress. HEX triplet: 7D, 62 and 69. RGB value is (125,98,105). Sum of RGB (Red+Green+Blue) = 125+98+105=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6269 is #829D96. Grayscale: #6A6A6A. Windows color (decimal): -8560023 or 6906493. OLE color: 6906493.

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

Color convert

RGB 125 98 105 -
CMYK 0 0.22 0.16 0.51
HSL 344.44º 0.12% 0.44% -
HSV(B) 344.44º 0.22% 0.49% -
XYZ 15.37 14.12 15.28 -
YUV 106.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 125 98 105 0 0.22 0.16 0.51 344.44 0.12 0.44
Hex 7D 62 69 0 16 10 33 158 C 2C
Octal 175 142 151 0 26 20 63 530 14 54
Binary 1111101 1100010 1101001 0 10110 10000 110011 101011000 1100 101100

Color Harmonies of #7D6269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6269

Black with #7D6269

Text Example


Text Example

White with #7D6269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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