Html Css Color HEX #764637 Peanut

📋 copy color: '#764637'

red 118 ◦ green 70 ◦ blue 55

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

Shades of Peanut #764637

Tints of Peanut #764637

RGB

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

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

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

R = 48.56%
G = 28.81%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#764637 (or 0x764637) is known color: Peanut. HEX triplet: 76, 46 and 37. RGB value is (118,70,55). Sum of RGB (Red+Green+Blue) = 118+70+55=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764637 is #89B9C8. Grayscale: #525252. Windows color (decimal): -9025993 or 3622518. OLE color: 3622518.

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

Color convert

RGB 118 70 55 -
CMYK 0 0.41 0.53 0.54
HSL 14.29º 0.36% 0.34% -
HSV(B) 14.29º 0.53% 0.46% -
XYZ 10.35 8.51 4.71 -
YUV 82.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 118 70 55 0 0.41 0.53 0.54 14.29 0.36 0.34
Hex 76 46 37 0 29 35 36 E 24 22
Octal 166 106 67 0 51 65 66 16 44 42
Binary 1110110 1000110 110111 0 101001 110101 110110 1110 100100 100010

Color Harmonies of #764637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764637

Black with #764637

Text Example


Text Example

White with #764637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764637; }

 p { color: rgb(118,70,55); }

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

background-color css

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

 a { background-color: rgb(118,70,55); }

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

border-color css

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

 span { border-color: rgb(118,70,55); }

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