Html Css Color HEX #775145 Nutmeg

📋 copy color: '#775145'

red 119 ◦ green 81 ◦ blue 69

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

Shades of Nutmeg #775145

Tints of Nutmeg #775145

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 44.24%
G = 30.11%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#775145 (or 0x775145) is known color: Nutmeg. HEX triplet: 77, 51 and 45. RGB value is (119,81,69). Sum of RGB (Red+Green+Blue) = 119+81+69=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775145 is #88AEBA. Grayscale: #5B5B5B. Windows color (decimal): -8957627 or 4542839. OLE color: 4542839.

HSL color Cylindrical-coordinate representation of color #775145: hue angle of 14.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775145 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 69 -
CMYK 0 0.32 0.42 0.53
HSL 14.4º 0.27% 0.37% -
HSV(B) 14.4º 0.42% 0.47% -
XYZ 11.62 10.24 6.99 -
YUV 90.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 119 81 69 0 0.32 0.42 0.53 14.4 0.27 0.37
Hex 77 51 45 0 20 2A 35 E 1B 25
Octal 167 121 105 0 40 52 65 16 33 45
Binary 1110111 1010001 1000101 0 100000 101010 110101 1110 11011 100101

Color Harmonies of #775145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775145

Black with #775145

Text Example


Text Example

White with #775145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775145; }

 p { color: rgb(119,81,69); }

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

background-color css

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

 a { background-color: rgb(119,81,69); }

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

border-color css

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

 span { border-color: rgb(119,81,69); }

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