Html Css Color HEX #774235 Peanut

📋 copy color: '#774235'

red 119 ◦ green 66 ◦ blue 53

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

Shades of Peanut #774235

Tints of Peanut #774235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

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

R = 50%
G = 27.73%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#774235 (or 0x774235) is known color: Peanut. HEX triplet: 77, 42 and 35. RGB value is (119,66,53). Sum of RGB (Red+Green+Blue) = 119+66+53=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774235 is #88BDCA. Grayscale: #505050. Windows color (decimal): -8961483 or 3490423. OLE color: 3490423.

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

Color convert

RGB 119 66 53 -
CMYK 0 0.45 0.55 0.53
HSL 11.82º 0.38% 0.34% -
HSV(B) 11.82º 0.55% 0.47% -
XYZ 10.2 8.08 4.39 -
YUV 80.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 119 66 53 0 0.45 0.55 0.53 11.82 0.38 0.34
Hex 77 42 35 0 2D 37 35 C 26 22
Octal 167 102 65 0 55 67 65 14 46 42
Binary 1110111 1000010 110101 0 101101 110111 110101 1100 100110 100010

Color Harmonies of #774235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774235

Black with #774235

Text Example


Text Example

White with #774235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774235; }

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

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

background-color css

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

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

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

border-color css

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

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

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