Html Css Color HEX #764135 Peanut

📋 copy color: '#764135'

red 118 ◦ green 65 ◦ blue 53

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

Shades of Peanut #764135

Tints of Peanut #764135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 50%
G = 27.54%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#764135 (or 0x764135) is known color: Peanut. HEX triplet: 76, 41 and 35. RGB value is (118,65,53). Sum of RGB (Red+Green+Blue) = 118+65+53=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764135 is #89BECA. Grayscale: #4F4F4F. Windows color (decimal): -9027275 or 3490166. OLE color: 3490166.

HSL color Cylindrical-coordinate representation of color #764135: hue angle of 11.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764135 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 53 -
CMYK 0 0.45 0.55 0.54
HSL 11.08º 0.38% 0.34% -
HSV(B) 11.08º 0.55% 0.46% -
XYZ 10 7.89 4.36 -
YUV 79.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 118 65 53 0 0.45 0.55 0.54 11.08 0.38 0.34
Hex 76 41 35 0 2D 37 36 B 26 22
Octal 166 101 65 0 55 67 66 13 46 42
Binary 1110110 1000001 110101 0 101101 110111 110110 1011 100110 100010

Color Harmonies of #764135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764135

Black with #764135

Text Example


Text Example

White with #764135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764135; }

 p { color: rgb(118,65,53); }

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

background-color css

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

 a { background-color: rgb(118,65,53); }

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

border-color css

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

 span { border-color: rgb(118,65,53); }

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