Html Css Color HEX #7D6A5F Roman Coffee

📋 copy color: '#7D6A5F'

red 125 ◦ green 106 ◦ blue 95

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

Shades of Roman Coffee #7D6A5F

Tints of Roman Coffee #7D6A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 38.34%
G = 32.52%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D6A5F (or 0x7D6A5F) is known color: Roman Coffee. HEX triplet: 7D, 6A and 5F. RGB value is (125,106,95). Sum of RGB (Red+Green+Blue) = 125+106+95=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6A5F is #8295A0. Grayscale: #6E6E6E. Windows color (decimal): -8557985 or 6253181. OLE color: 6253181.

HSL color Cylindrical-coordinate representation of color #7D6A5F: hue angle of 22º 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 #7D6A5F is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 106 95 -
CMYK 0 0.15 0.24 0.51
HSL 22º 0.14% 0.43% -
HSV(B) 22º 0.24% 0.49% -
XYZ 15.68 15.49 12.99 -
YUV 110.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 125 106 95 0 0.15 0.24 0.51 22 0.14 0.43
Hex 7D 6A 5F 0 F 18 33 16 E 2B
Octal 175 152 137 0 17 30 63 26 16 53
Binary 1111101 1101010 1011111 0 1111 11000 110011 10110 1110 101011

Color Harmonies of #7D6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6A5F

Black with #7D6A5F

Text Example


Text Example

White with #7D6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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