Html Css Color HEX #774637 Peanut

📋 copy color: '#774637'

red 119 ◦ green 70 ◦ blue 55

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

Shades of Peanut #774637

Tints of Peanut #774637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 48.77%
G = 28.69%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#774637 (or 0x774637) is known color: Peanut. HEX triplet: 77, 46 and 37. RGB value is (119,70,55). Sum of RGB (Red+Green+Blue) = 119+70+55=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #774637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774637 is #88B9C8. Grayscale: #535353. Windows color (decimal): -8960457 or 3622519. OLE color: 3622519.

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

Color convert

RGB 119 70 55 -
CMYK 0 0.41 0.54 0.53
HSL 14.06º 0.37% 0.34% -
HSV(B) 14.06º 0.54% 0.47% -
XYZ 10.49 8.58 4.72 -
YUV 82.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 119 70 55 0 0.41 0.54 0.53 14.06 0.37 0.34
Hex 77 46 37 0 29 36 35 E 25 22
Octal 167 106 67 0 51 66 65 16 45 42
Binary 1110111 1000110 110111 0 101001 110110 110101 1110 100101 100010

Color Harmonies of #774637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774637

Black with #774637

Text Example


Text Example

White with #774637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774637; }

 p { color: rgb(119,70,55); }

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

background-color css

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

 a { background-color: rgb(119,70,55); }

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

border-color css

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

 span { border-color: rgb(119,70,55); }

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