Html Css Color HEX #7C695C Roman Coffee

📋 copy color: '#7C695C'

red 124 ◦ green 105 ◦ blue 92

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

Shades of Roman Coffee #7C695C

Tints of Roman Coffee #7C695C

RGB

 RED value IS 124 (48.83% from 255) = 38.63%

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

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

R = 38.63%
G = 32.71%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C695C (or 0x7C695C) is known color: Roman Coffee. HEX triplet: 7C, 69 and 5C. RGB value is (124,105,92). Sum of RGB (Red+Green+Blue) = 124+105+92=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C695C is #8396A3. Grayscale: #6D6D6D. Windows color (decimal): -8623780 or 6056316. OLE color: 6056316.

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

Color convert

RGB 124 105 92 -
CMYK 0 0.15 0.26 0.51
HSL 24.38º 0.15% 0.42% -
HSV(B) 24.38º 0.26% 0.49% -
XYZ 15.3 15.16 12.25 -
YUV 109.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 124 105 92 0 0.15 0.26 0.51 24.38 0.15 0.42
Hex 7C 69 5C 0 F 1A 33 18 F 2A
Octal 174 151 134 0 17 32 63 30 17 52
Binary 1111100 1101001 1011100 0 1111 11010 110011 11000 1111 101010

Color Harmonies of #7C695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C695C

Black with #7C695C

Text Example


Text Example

White with #7C695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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