Html Css Color HEX #764938 Peanut

📋 copy color: '#764938'

red 118 ◦ green 73 ◦ blue 56

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

Shades of Peanut #764938

Tints of Peanut #764938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 56 (22.27% from 255) = 22.67%

R = 47.77%
G = 29.55%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#764938 (or 0x764938) is known color: Peanut. HEX triplet: 76, 49 and 38. RGB value is (118,73,56). Sum of RGB (Red+Green+Blue) = 118+73+56=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #764938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764938 is #89B6C7. Grayscale: #545454. Windows color (decimal): -9025224 or 3688822. OLE color: 3688822.

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

Color convert

RGB 118 73 56 -
CMYK 0 0.38 0.53 0.54
HSL 16.45º 0.36% 0.34% -
HSV(B) 16.45º 0.53% 0.46% -
XYZ 10.57 8.9 4.9 -
YUV 84.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 118 73 56 0 0.38 0.53 0.54 16.45 0.36 0.34
Hex 76 49 38 0 26 35 36 10 24 22
Octal 166 111 70 0 46 65 66 20 44 42
Binary 1110110 1001001 111000 0 100110 110101 110110 10000 100100 100010

Color Harmonies of #764938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764938

Black with #764938

Text Example


Text Example

White with #764938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764938; }

 p { color: rgb(118,73,56); }

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

background-color css

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

 a { background-color: rgb(118,73,56); }

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

border-color css

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

 span { border-color: rgb(118,73,56); }

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