Html Css Color HEX #77542A Hot Curry

📋 copy color: '#77542A'

red 119 ◦ green 84 ◦ blue 42

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

Shades of Hot Curry #77542A

Tints of Hot Curry #77542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 48.57%
G = 34.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77542A (or 0x77542A) is known color: Hot Curry. HEX triplet: 77, 54 and 2A. RGB value is (119,84,42). Sum of RGB (Red+Green+Blue) = 119+84+42=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77542A is #88ABD5. Grayscale: #595959. Windows color (decimal): -8956886 or 2774135. OLE color: 2774135.

HSL color Cylindrical-coordinate representation of color #77542A: hue angle of 32.73º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77542A is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 42 -
CMYK 0 0.29 0.65 0.53
HSL 32.73º 0.48% 0.32% -
HSV(B) 32.73º 0.65% 0.47% -
XYZ 11.2 10.43 3.61 -
YUV 89.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 119 84 42 0 0.29 0.65 0.53 32.73 0.48 0.32
Hex 77 54 2A 0 1D 41 35 21 30 20
Octal 167 124 52 0 35 101 65 41 60 40
Binary 1110111 1010100 101010 0 11101 1000001 110101 100001 110000 100000

Color Harmonies of #77542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77542A

Black with #77542A

Text Example


Text Example

White with #77542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77542A; }

 p { color: rgb(119,84,42); }

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

background-color css

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

 a { background-color: rgb(119,84,42); }

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

border-color css

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

 span { border-color: rgb(119,84,42); }

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