Html Css Color HEX #7D685B Roman Coffee

📋 copy color: '#7D685B'

red 125 ◦ green 104 ◦ blue 91

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

Shades of Roman Coffee #7D685B

Tints of Roman Coffee #7D685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 39.06%
G = 32.5%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D685B (or 0x7D685B) is known color: Roman Coffee. HEX triplet: 7D, 68 and 5B. RGB value is (125,104,91). Sum of RGB (Red+Green+Blue) = 125+104+91=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D685B is #8297A4. Grayscale: #6C6C6C. Windows color (decimal): -8558501 or 5990525. OLE color: 5990525.

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

Color convert

RGB 125 104 91 -
CMYK 0 0.17 0.27 0.51
HSL 22.94º 0.16% 0.42% -
HSV(B) 22.94º 0.27% 0.49% -
XYZ 15.3 15.02 11.99 -
YUV 108.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 125 104 91 0 0.17 0.27 0.51 22.94 0.16 0.42
Hex 7D 68 5B 0 11 1B 33 17 10 2A
Octal 175 150 133 0 21 33 63 27 20 52
Binary 1111101 1101000 1011011 0 10001 11011 110011 10111 10000 101010

Color Harmonies of #7D685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D685B

Black with #7D685B

Text Example


Text Example

White with #7D685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,104,91); }

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

background-color css

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

 a { background-color: rgb(125,104,91); }

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

border-color css

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

 span { border-color: rgb(125,104,91); }

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