Html Css Color HEX #7E695C Roman Coffee

📋 copy color: '#7E695C'

red 126 ◦ green 105 ◦ blue 92

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

Shades of Roman Coffee #7E695C

Tints of Roman Coffee #7E695C

RGB

 RED value IS 126 (49.61% from 255) = 39.01%

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 39.01%
G = 32.51%
B = 28.48%

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

#7E695C (or 0x7E695C) is known color: Roman Coffee. HEX triplet: 7E, 69 and 5C. RGB value is (126,105,92). Sum of RGB (Red+Green+Blue) = 126+105+92=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E695C is #8196A3. Grayscale: #6D6D6D. Windows color (decimal): -8492708 or 6056318. OLE color: 6056318.

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

Color convert

RGB 126 105 92 -
CMYK 0 0.17 0.27 0.51
HSL 22.94º 0.16% 0.43% -
HSV(B) 22.94º 0.27% 0.49% -
XYZ 15.59 15.31 12.26 -
YUV 109.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 126 105 92 0 0.17 0.27 0.51 22.94 0.16 0.43
Hex 7E 69 5C 0 11 1B 33 17 10 2B
Octal 176 151 134 0 21 33 63 27 20 53
Binary 1111110 1101001 1011100 0 10001 11011 110011 10111 10000 101011

Color Harmonies of #7E695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E695C

Black with #7E695C

Text Example


Text Example

White with #7E695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,105,92); }

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

background-color css

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

 a { background-color: rgb(126,105,92); }

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

border-color css

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

 span { border-color: rgb(126,105,92); }

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