Html Css Color HEX #774032 Peanut

📋 copy color: '#774032'

red 119 ◦ green 64 ◦ blue 50

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

Shades of Peanut #774032

Tints of Peanut #774032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 51.07%
G = 27.47%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#774032 (or 0x774032) is known color: Peanut. HEX triplet: 77, 40 and 32. RGB value is (119,64,50). Sum of RGB (Red+Green+Blue) = 119+64+50=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774032 is #88BFCD. Grayscale: #4E4E4E. Windows color (decimal): -8961998 or 3293303. OLE color: 3293303.

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

Color convert

RGB 119 64 50 -
CMYK 0 0.46 0.58 0.53
HSL 12.17º 0.41% 0.33% -
HSV(B) 12.17º 0.58% 0.47% -
XYZ 10.02 7.82 4 -
YUV 78.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 119 64 50 0 0.46 0.58 0.53 12.17 0.41 0.33
Hex 77 40 32 0 2E 3A 35 C 29 21
Octal 167 100 62 0 56 72 65 14 51 41
Binary 1110111 1000000 110010 0 101110 111010 110101 1100 101001 100001

Color Harmonies of #774032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774032

Black with #774032

Text Example


Text Example

White with #774032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774032; }

 p { color: rgb(119,64,50); }

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

background-color css

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

 a { background-color: rgb(119,64,50); }

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

border-color css

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

 span { border-color: rgb(119,64,50); }

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