Html Css Color HEX #784B3C Nutmeg

📋 copy color: '#784B3C'

red 120 ◦ green 75 ◦ blue 60

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

Shades of Nutmeg #784B3C

Tints of Nutmeg #784B3C

RGB

 RED value IS 120 (47.27% from 255) = 47.06%

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 47.06%
G = 29.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#784B3C (or 0x784B3C) is known color: Nutmeg. HEX triplet: 78, 4B and 3C. RGB value is (120,75,60). Sum of RGB (Red+Green+Blue) = 120+75+60=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #784B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B3C is #87B4C3. Grayscale: #565656. Windows color (decimal): -8893636 or 3951480. OLE color: 3951480.

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

Color convert

RGB 120 75 60 -
CMYK 0 0.37 0.5 0.53
HSL 15º 0.33% 0.35% -
HSV(B) 15º 0.5% 0.47% -
XYZ 11.08 9.35 5.5 -
YUV 86.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 120 75 60 0 0.37 0.5 0.53 15 0.33 0.35
Hex 78 4B 3C 0 25 32 35 F 21 23
Octal 170 113 74 0 45 62 65 17 41 43
Binary 1111000 1001011 111100 0 100101 110010 110101 1111 100001 100011

Color Harmonies of #784B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784B3C

Black with #784B3C

Text Example


Text Example

White with #784B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784B3C; }

 p { color: rgb(120,75,60); }

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

background-color css

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

 a { background-color: rgb(120,75,60); }

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

border-color css

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

 span { border-color: rgb(120,75,60); }

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