Html Css Color HEX #7B695E Roman Coffee

📋 copy color: '#7B695E'

red 123 ◦ green 105 ◦ blue 94

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

Shades of Roman Coffee #7B695E

Tints of Roman Coffee #7B695E

RGB

 RED value IS 123 (48.44% from 255) = 38.2%

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 38.2%
G = 32.61%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B695E (or 0x7B695E) is known color: Roman Coffee. HEX triplet: 7B, 69 and 5E. RGB value is (123,105,94). Sum of RGB (Red+Green+Blue) = 123+105+94=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B695E is #8496A1. Grayscale: #6D6D6D. Windows color (decimal): -8689314 or 6187387. OLE color: 6187387.

HSL color Cylindrical-coordinate representation of color #7B695E: hue angle of 22.76º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B695E is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 105 94 -
CMYK 0 0.15 0.24 0.52
HSL 22.76º 0.13% 0.43% -
HSV(B) 22.76º 0.24% 0.48% -
XYZ 15.24 15.12 12.71 -
YUV 109.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 123 105 94 0 0.15 0.24 0.52 22.76 0.13 0.43
Hex 7B 69 5E 0 F 18 34 17 D 2B
Octal 173 151 136 0 17 30 64 27 15 53
Binary 1111011 1101001 1011110 0 1111 11000 110100 10111 1101 101011

Color Harmonies of #7B695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B695E

Black with #7B695E

Text Example


Text Example

White with #7B695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,105,94); }

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

background-color css

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

 a { background-color: rgb(123,105,94); }

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

border-color css

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

 span { border-color: rgb(123,105,94); }

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