Html Css Color HEX #775042 Nutmeg

📋 copy color: '#775042'

red 119 ◦ green 80 ◦ blue 66

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

Shades of Nutmeg #775042

Tints of Nutmeg #775042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 44.91%
G = 30.19%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775042 (or 0x775042) is known color: Nutmeg. HEX triplet: 77, 50 and 42. RGB value is (119,80,66). Sum of RGB (Red+Green+Blue) = 119+80+66=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775042 is #88AFBD. Grayscale: #5A5A5A. Windows color (decimal): -8957886 or 4345975. OLE color: 4345975.

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

Color convert

RGB 119 80 66 -
CMYK 0 0.33 0.45 0.53
HSL 15.85º 0.29% 0.36% -
HSV(B) 15.85º 0.45% 0.47% -
XYZ 11.46 10.05 6.49 -
YUV 90.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 119 80 66 0 0.33 0.45 0.53 15.85 0.29 0.36
Hex 77 50 42 0 21 2D 35 10 1D 24
Octal 167 120 102 0 41 55 65 20 35 44
Binary 1110111 1010000 1000010 0 100001 101101 110101 10000 11101 100100

Color Harmonies of #775042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775042

Black with #775042

Text Example


Text Example

White with #775042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775042; }

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

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

background-color css

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

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

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

border-color css

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

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

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