Html Css Color HEX #763A3A Sanguine Brown

📋 copy color: '#763A3A'

red 118 ◦ green 58 ◦ blue 58

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

Shades of Sanguine Brown #763A3A

Tints of Sanguine Brown #763A3A

RGB

 RED value IS 118 (46.48% from 255) = 50.43%

 GREEN value IS 58 (23.05% from 255) = 24.79%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 50.43%
G = 24.79%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#763A3A (or 0x763A3A) is known color: Sanguine Brown. HEX triplet: 76, 3A and 3A. RGB value is (118,58,58). Sum of RGB (Red+Green+Blue) = 118+58+58=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #763A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A3A is #89C5C5. Grayscale: #4C4C4C. Windows color (decimal): -9029062 or 3816054. OLE color: 3816054.

HSL color Cylindrical-coordinate representation of color #763A3A: hue angle of 0º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A3A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 58 58 -
CMYK 0 0.51 0.51 0.54
HSL 0.34% 0.35% -
HSV(B) 0.51% 0.46% -
XYZ 9.75 7.18 4.88 -
YUV 75.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 118 58 58 0 0.51 0.51 0.54 0 0.34 0.35
Hex 76 3A 3A 0 33 33 36 0 22 23
Octal 166 72 72 0 63 63 66 0 42 43
Binary 1110110 111010 111010 0 110011 110011 110110 0 100010 100011

Color Harmonies of #763A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A3A

Black with #763A3A

Text Example


Text Example

White with #763A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763A3A; }

 p { color: rgb(118,58,58); }

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

background-color css

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

 a { background-color: rgb(118,58,58); }

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

border-color css

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

 span { border-color: rgb(118,58,58); }

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