Html Css Color HEX #7D695A Roman Coffee

📋 copy color: '#7D695A'

red 125 ◦ green 105 ◦ blue 90

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

Shades of Roman Coffee #7D695A

Tints of Roman Coffee #7D695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 39.06%
G = 32.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D695A (or 0x7D695A) is known color: Roman Coffee. HEX triplet: 7D, 69 and 5A. RGB value is (125,105,90). Sum of RGB (Red+Green+Blue) = 125+105+90=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D695A is #8296A5. Grayscale: #6D6D6D. Windows color (decimal): -8558246 or 5925245. OLE color: 5925245.

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

Color convert

RGB 125 105 90 -
CMYK 0 0.16 0.28 0.51
HSL 25.71º 0.16% 0.42% -
HSV(B) 25.71º 0.28% 0.49% -
XYZ 15.35 15.2 11.8 -
YUV 109.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 125 105 90 0 0.16 0.28 0.51 25.71 0.16 0.42
Hex 7D 69 5A 0 10 1C 33 1A 10 2A
Octal 175 151 132 0 20 34 63 32 20 52
Binary 1111101 1101001 1011010 0 10000 11100 110011 11010 10000 101010

Color Harmonies of #7D695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D695A

Black with #7D695A

Text Example


Text Example

White with #7D695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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