Html Css Color HEX #764232 Peanut

📋 copy color: '#764232'

red 118 ◦ green 66 ◦ blue 50

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

Shades of Peanut #764232

Tints of Peanut #764232

RGB

 RED value IS 118 (46.48% from 255) = 50.43%

 GREEN value IS 66 (26.17% from 255) = 28.21%

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

R = 50.43%
G = 28.21%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#764232 (or 0x764232) is known color: Peanut. HEX triplet: 76, 42 and 32. RGB value is (118,66,50). Sum of RGB (Red+Green+Blue) = 118+66+50=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764232 is #89BDCD. Grayscale: #4F4F4F. Windows color (decimal): -9027022 or 3293814. OLE color: 3293814.

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

Color convert

RGB 118 66 50 -
CMYK 0 0.44 0.58 0.54
HSL 14.12º 0.4% 0.33% -
HSV(B) 14.12º 0.58% 0.46% -
XYZ 10 7.98 4.03 -
YUV 79.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 118 66 50 0 0.44 0.58 0.54 14.12 0.4 0.33
Hex 76 42 32 0 2C 3A 36 E 28 21
Octal 166 102 62 0 54 72 66 16 50 41
Binary 1110110 1000010 110010 0 101100 111010 110110 1110 101000 100001

Color Harmonies of #764232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764232

Black with #764232

Text Example


Text Example

White with #764232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764232; }

 p { color: rgb(118,66,50); }

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

background-color css

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

 a { background-color: rgb(118,66,50); }

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

border-color css

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

 span { border-color: rgb(118,66,50); }

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