Html Css Color HEX #775A1C Hot Curry

📋 copy color: '#775A1C'

red 119 ◦ green 90 ◦ blue 28

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

Shades of Hot Curry #775A1C

Tints of Hot Curry #775A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 50.21%
G = 37.97%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#775A1C (or 0x775A1C) is known color: Hot Curry. HEX triplet: 77, 5A and 1C. RGB value is (119,90,28). Sum of RGB (Red+Green+Blue) = 119+90+28=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #775A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A1C is #88A5E3. Grayscale: #5B5B5B. Windows color (decimal): -8955364 or 1858167. OLE color: 1858167.

HSL color Cylindrical-coordinate representation of color #775A1C: hue angle of 40.88º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #775A1C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 28 -
CMYK 0 0.24 0.76 0.53
HSL 40.88º 0.62% 0.29% -
HSV(B) 40.88º 0.76% 0.47% -
XYZ 11.47 11.32 2.68 -
YUV 91.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 119 90 28 0 0.24 0.76 0.53 40.88 0.62 0.29
Hex 77 5A 1C 0 18 4C 35 29 3E 1D
Octal 167 132 34 0 30 114 65 51 76 35
Binary 1110111 1011010 11100 0 11000 1001100 110101 101001 111110 11101

Color Harmonies of #775A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A1C

Black with #775A1C

Text Example


Text Example

White with #775A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A1C; }

 p { color: rgb(119,90,28); }

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

background-color css

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

 a { background-color: rgb(119,90,28); }

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

border-color css

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

 span { border-color: rgb(119,90,28); }

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