Html Css Color HEX #7D695B Roman Coffee

📋 copy color: '#7D695B'

red 125 ◦ green 105 ◦ blue 91

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

Shades of Roman Coffee #7D695B

Tints of Roman Coffee #7D695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 38.94%
G = 32.71%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D695B (or 0x7D695B) is known color: Roman Coffee. HEX triplet: 7D, 69 and 5B. RGB value is (125,105,91). Sum of RGB (Red+Green+Blue) = 125+105+91=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D695B is #8296A4. Grayscale: #6D6D6D. Windows color (decimal): -8558245 or 5990781. OLE color: 5990781.

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

Color convert

RGB 125 105 91 -
CMYK 0 0.16 0.27 0.51
HSL 24.71º 0.16% 0.42% -
HSV(B) 24.71º 0.27% 0.49% -
XYZ 15.4 15.22 12.02 -
YUV 109.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 125 105 91 0 0.16 0.27 0.51 24.71 0.16 0.42
Hex 7D 69 5B 0 10 1B 33 19 10 2A
Octal 175 151 133 0 20 33 63 31 20 52
Binary 1111101 1101001 1011011 0 10000 11011 110011 11001 10000 101010

Color Harmonies of #7D695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D695B

Black with #7D695B

Text Example


Text Example

White with #7D695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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