Html Css Color HEX #764334 Peanut

📋 copy color: '#764334'

red 118 ◦ green 67 ◦ blue 52

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

Shades of Peanut #764334

Tints of Peanut #764334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 49.79%
G = 28.27%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#764334 (or 0x764334) is known color: Peanut. HEX triplet: 76, 43 and 34. RGB value is (118,67,52). Sum of RGB (Red+Green+Blue) = 118+67+52=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764334 is #89BCCB. Grayscale: #505050. Windows color (decimal): -9026764 or 3425142. OLE color: 3425142.

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

Color convert

RGB 118 67 52 -
CMYK 0 0.43 0.56 0.54
HSL 13.64º 0.39% 0.33% -
HSV(B) 13.64º 0.56% 0.46% -
XYZ 10.1 8.11 4.28 -
YUV 80.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 118 67 52 0 0.43 0.56 0.54 13.64 0.39 0.33
Hex 76 43 34 0 2B 38 36 E 27 21
Octal 166 103 64 0 53 70 66 16 47 41
Binary 1110110 1000011 110100 0 101011 111000 110110 1110 100111 100001

Color Harmonies of #764334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764334

Black with #764334

Text Example


Text Example

White with #764334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764334; }

 p { color: rgb(118,67,52); }

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

background-color css

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

 a { background-color: rgb(118,67,52); }

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

border-color css

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

 span { border-color: rgb(118,67,52); }

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