Html Css Color HEX #774639 Peanut

📋 copy color: '#774639'

red 119 ◦ green 70 ◦ blue 57

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

Shades of Peanut #774639

Tints of Peanut #774639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 48.37%
G = 28.46%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#774639 (or 0x774639) is known color: Peanut. HEX triplet: 77, 46 and 39. RGB value is (119,70,57). Sum of RGB (Red+Green+Blue) = 119+70+57=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #774639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774639 is #88B9C6. Grayscale: #535353. Windows color (decimal): -8960455 or 3753591. OLE color: 3753591.

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

Color convert

RGB 119 70 57 -
CMYK 0 0.41 0.52 0.53
HSL 12.58º 0.35% 0.35% -
HSV(B) 12.58º 0.52% 0.47% -
XYZ 10.54 8.6 4.98 -
YUV 83.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 119 70 57 0 0.41 0.52 0.53 12.58 0.35 0.35
Hex 77 46 39 0 29 34 35 D 23 23
Octal 167 106 71 0 51 64 65 15 43 43
Binary 1110111 1000110 111001 0 101001 110100 110101 1101 100011 100011

Color Harmonies of #774639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774639

Black with #774639

Text Example


Text Example

White with #774639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774639; }

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

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

background-color css

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

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

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

border-color css

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

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

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