Html Css Color HEX #774737 Peanut

📋 copy color: '#774737'

red 119 ◦ green 71 ◦ blue 55

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

Shades of Peanut #774737

Tints of Peanut #774737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

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

R = 48.57%
G = 28.98%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#774737 (or 0x774737) is known color: Peanut. HEX triplet: 77, 47 and 37. RGB value is (119,71,55). Sum of RGB (Red+Green+Blue) = 119+71+55=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774737 is #88B8C8. Grayscale: #535353. Windows color (decimal): -8960201 or 3622775. OLE color: 3622775.

HSL color Cylindrical-coordinate representation of color #774737: hue angle of 15º 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 #774737 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 55 -
CMYK 0 0.40 0.54 0.53
HSL 15º 0.37% 0.34% -
HSV(B) 15º 0.54% 0.47% -
XYZ 10.55 8.7 4.74 -
YUV 83.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 119 71 55 0 0.40 0.54 0.53 15 0.37 0.34
Hex 77 47 37 0 28 36 35 F 25 22
Octal 167 107 67 0 50 66 65 17 45 42
Binary 1110111 1000111 110111 0 101000 110110 110101 1111 100101 100010

Color Harmonies of #774737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774737

Black with #774737

Text Example


Text Example

White with #774737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774737; }

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

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

background-color css

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

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

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

border-color css

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

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

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