Html Css Color HEX #746962 Roman Coffee

📋 copy color: '#746962'

red 116 ◦ green 105 ◦ blue 98

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

Shades of Roman Coffee #746962

Tints of Roman Coffee #746962

RGB

 RED value IS 116 (45.7% from 255) = 36.36%

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

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 36.36%
G = 32.92%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746962 (or 0x746962) is known color: Roman Coffee. HEX triplet: 74, 69 and 62. RGB value is (116,105,98). Sum of RGB (Red+Green+Blue) = 116+105+98=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746962 is #8B969D. Grayscale: #6B6B6B. Windows color (decimal): -9148062 or 6449524. OLE color: 6449524.

HSL color Cylindrical-coordinate representation of color #746962: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746962 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 98 -
CMYK 0 0.09 0.16 0.55
HSL 23.33º 0.08% 0.42% -
HSV(B) 23.33º 0.16% 0.45% -
XYZ 14.46 14.7 13.63 -
YUV 107.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 116 105 98 0 0.09 0.16 0.55 23.33 0.08 0.42
Hex 74 69 62 0 9 10 37 17 8 2A
Octal 164 151 142 0 11 20 67 27 10 52
Binary 1110100 1101001 1100010 0 1001 10000 110111 10111 1000 101010

Color Harmonies of #746962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746962

Black with #746962

Text Example


Text Example

White with #746962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746962; }

 p { color: rgb(116,105,98); }

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

background-color css

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

 a { background-color: rgb(116,105,98); }

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

border-color css

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

 span { border-color: rgb(116,105,98); }

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