Html Css Color HEX #773636 Sanguine Brown

📋 copy color: '#773636'

red 119 ◦ green 54 ◦ blue 54

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

Shades of Sanguine Brown #773636

Tints of Sanguine Brown #773636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.79%

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 52.42%
G = 23.79%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773636 (or 0x773636) is known color: Sanguine Brown. HEX triplet: 77, 36 and 36. RGB value is (119,54,54). Sum of RGB (Red+Green+Blue) = 119+54+54=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773636 is #88C9C9. Grayscale: #494949. Windows color (decimal): -8964554 or 3552887. OLE color: 3552887.

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

Color convert

RGB 119 54 54 -
CMYK 0 0.55 0.55 0.53
HSL 0.38% 0.34% -
HSV(B) 0.55% 0.47% -
XYZ 9.59 6.83 4.3 -
YUV 73.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 119 54 54 0 0.55 0.55 0.53 0 0.38 0.34
Hex 77 36 36 0 37 37 35 0 26 22
Octal 167 66 66 0 67 67 65 0 46 42
Binary 1110111 110110 110110 0 110111 110111 110101 0 100110 100010

Color Harmonies of #773636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773636

Black with #773636

Text Example


Text Example

White with #773636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773636; }

 p { color: rgb(119,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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