Html Css Color HEX #775043 Nutmeg

📋 copy color: '#775043'

red 119 ◦ green 80 ◦ blue 67

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

Shades of Nutmeg #775043

Tints of Nutmeg #775043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 44.74%
G = 30.08%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#775043 (or 0x775043) is known color: Nutmeg. HEX triplet: 77, 50 and 43. RGB value is (119,80,67). Sum of RGB (Red+Green+Blue) = 119+80+67=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #775043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775043 is #88AFBC. Grayscale: #5A5A5A. Windows color (decimal): -8957885 or 4411511. OLE color: 4411511.

HSL color Cylindrical-coordinate representation of color #775043: hue angle of 15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775043 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 67 -
CMYK 0 0.33 0.44 0.53
HSL 15º 0.28% 0.36% -
HSV(B) 15º 0.44% 0.47% -
XYZ 11.49 10.06 6.65 -
YUV 90.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 119 80 67 0 0.33 0.44 0.53 15 0.28 0.36
Hex 77 50 43 0 21 2C 35 F 1C 24
Octal 167 120 103 0 41 54 65 17 34 44
Binary 1110111 1010000 1000011 0 100001 101100 110101 1111 11100 100100

Color Harmonies of #775043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775043

Black with #775043

Text Example


Text Example

White with #775043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775043; }

 p { color: rgb(119,80,67); }

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

background-color css

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

 a { background-color: rgb(119,80,67); }

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

border-color css

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

 span { border-color: rgb(119,80,67); }

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