Html Css Color HEX #784334 Peanut

📋 copy color: '#784334'

red 120 ◦ green 67 ◦ blue 52

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

Shades of Peanut #784334

Tints of Peanut #784334

RGB

 RED value IS 120 (47.27% from 255) = 50.21%

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

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

R = 50.21%
G = 28.03%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#784334 (or 0x784334) is known color: Peanut. HEX triplet: 78, 43 and 34. RGB value is (120,67,52). Sum of RGB (Red+Green+Blue) = 120+67+52=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #784334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784334 is #87BCCB. Grayscale: #515151. Windows color (decimal): -8895692 or 3425144. OLE color: 3425144.

HSL color Cylindrical-coordinate representation of color #784334: hue angle of 13.24º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #784334 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 67 52 -
CMYK 0 0.44 0.57 0.53
HSL 13.24º 0.4% 0.34% -
HSV(B) 13.24º 0.57% 0.47% -
XYZ 10.37 8.26 4.3 -
YUV 81.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 120 67 52 0 0.44 0.57 0.53 13.24 0.4 0.34
Hex 78 43 34 0 2C 39 35 D 28 22
Octal 170 103 64 0 54 71 65 15 50 42
Binary 1111000 1000011 110100 0 101100 111001 110101 1101 101000 100010

Color Harmonies of #784334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784334

Black with #784334

Text Example


Text Example

White with #784334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784334; }

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

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

background-color css

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

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

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

border-color css

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

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

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