Html Css Color HEX #774335 Peanut

📋 copy color: '#774335'

red 119 ◦ green 67 ◦ blue 53

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

Shades of Peanut #774335

Tints of Peanut #774335

RGB

 RED value IS 119 (46.88% from 255) = 49.79%

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

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

R = 49.79%
G = 28.03%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#774335 (or 0x774335) is known color: Peanut. HEX triplet: 77, 43 and 35. RGB value is (119,67,53). Sum of RGB (Red+Green+Blue) = 119+67+53=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774335 is #88BCCA. Grayscale: #515151. Windows color (decimal): -8961227 or 3490679. OLE color: 3490679.

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

Color convert

RGB 119 67 53 -
CMYK 0 0.44 0.55 0.53
HSL 12.73º 0.38% 0.34% -
HSV(B) 12.73º 0.55% 0.47% -
XYZ 10.26 8.19 4.41 -
YUV 80.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 119 67 53 0 0.44 0.55 0.53 12.73 0.38 0.34
Hex 77 43 35 0 2C 37 35 D 26 22
Octal 167 103 65 0 54 67 65 15 46 42
Binary 1110111 1000011 110101 0 101100 110111 110101 1101 100110 100010

Color Harmonies of #774335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774335

Black with #774335

Text Example


Text Example

White with #774335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774335; }

 p { color: rgb(119,67,53); }

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

background-color css

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

 a { background-color: rgb(119,67,53); }

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

border-color css

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

 span { border-color: rgb(119,67,53); }

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