Html Css Color HEX #774132 Peanut

📋 copy color: '#774132'

red 119 ◦ green 65 ◦ blue 50

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

Shades of Peanut #774132

Tints of Peanut #774132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

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

R = 50.85%
G = 27.78%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#774132 (or 0x774132) is known color: Peanut. HEX triplet: 77, 41 and 32. RGB value is (119,65,50). Sum of RGB (Red+Green+Blue) = 119+65+50=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #774132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774132 is #88BECD. Grayscale: #4F4F4F. Windows color (decimal): -8961742 or 3293559. OLE color: 3293559.

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

Color convert

RGB 119 65 50 -
CMYK 0 0.45 0.58 0.53
HSL 13.04º 0.41% 0.33% -
HSV(B) 13.04º 0.58% 0.47% -
XYZ 10.07 7.93 4.02 -
YUV 79.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 119 65 50 0 0.45 0.58 0.53 13.04 0.41 0.33
Hex 77 41 32 0 2D 3A 35 D 29 21
Octal 167 101 62 0 55 72 65 15 51 41
Binary 1110111 1000001 110010 0 101101 111010 110101 1101 101001 100001

Color Harmonies of #774132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774132

Black with #774132

Text Example


Text Example

White with #774132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774132; }

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

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

background-color css

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

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

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

border-color css

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

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

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