Html Css Color HEX #775627 Hot Curry

📋 copy color: '#775627'

red 119 ◦ green 86 ◦ blue 39

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

Shades of Hot Curry #775627

Tints of Hot Curry #775627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 39 (15.63% from 255) = 15.98%

R = 48.77%
G = 35.25%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#775627 (or 0x775627) is known color: Hot Curry. HEX triplet: 77, 56 and 27. RGB value is (119,86,39). Sum of RGB (Red+Green+Blue) = 119+86+39=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #775627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775627 is #88A9D8. Grayscale: #5A5A5A. Windows color (decimal): -8956377 or 2578039. OLE color: 2578039.

HSL color Cylindrical-coordinate representation of color #775627: hue angle of 35.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #775627 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 39 -
CMYK 0 0.28 0.67 0.53
HSL 35.25º 0.51% 0.31% -
HSV(B) 35.25º 0.67% 0.47% -
XYZ 11.3 10.72 3.39 -
YUV 90.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 119 86 39 0 0.28 0.67 0.53 35.25 0.51 0.31
Hex 77 56 27 0 1C 43 35 23 33 1F
Octal 167 126 47 0 34 103 65 43 63 37
Binary 1110111 1010110 100111 0 11100 1000011 110101 100011 110011 11111

Color Harmonies of #775627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775627

Black with #775627

Text Example


Text Example

White with #775627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775627; }

 p { color: rgb(119,86,39); }

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

background-color css

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

 a { background-color: rgb(119,86,39); }

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

border-color css

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

 span { border-color: rgb(119,86,39); }

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