Html Css Color HEX #775720 Hot Curry

📋 copy color: '#775720'

red 119 ◦ green 87 ◦ blue 32

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

Shades of Hot Curry #775720

Tints of Hot Curry #775720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 50%
G = 36.55%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775720 (or 0x775720) is known color: Hot Curry. HEX triplet: 77, 57 and 20. RGB value is (119,87,32). Sum of RGB (Red+Green+Blue) = 119+87+32=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #775720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775720 is #88A8DF. Grayscale: #5A5A5A. Windows color (decimal): -8956128 or 2119543. OLE color: 2119543.

HSL color Cylindrical-coordinate representation of color #775720: hue angle of 37.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #775720 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 32 -
CMYK 0 0.27 0.73 0.53
HSL 37.93º 0.58% 0.3% -
HSV(B) 37.93º 0.73% 0.47% -
XYZ 11.28 10.84 2.86 -
YUV 90.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 119 87 32 0 0.27 0.73 0.53 37.93 0.58 0.3
Hex 77 57 20 0 1B 49 35 26 3A 1E
Octal 167 127 40 0 33 111 65 46 72 36
Binary 1110111 1010111 100000 0 11011 1001001 110101 100110 111010 11110

Color Harmonies of #775720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775720

Black with #775720

Text Example


Text Example

White with #775720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775720; }

 p { color: rgb(119,87,32); }

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

background-color css

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

 a { background-color: rgb(119,87,32); }

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

border-color css

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

 span { border-color: rgb(119,87,32); }

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