Html Css Color HEX #763737 Sanguine Brown

📋 copy color: '#763737'

red 118 ◦ green 55 ◦ blue 55

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

Shades of Sanguine Brown #763737

Tints of Sanguine Brown #763737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 55 (21.88% from 255) = 24.12%

R = 51.75%
G = 24.12%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763737 (or 0x763737) is known color: Sanguine Brown. HEX triplet: 76, 37 and 37. RGB value is (118,55,55). Sum of RGB (Red+Green+Blue) = 118+55+55=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763737 is #89C8C8. Grayscale: #494949. Windows color (decimal): -9029833 or 3618678. OLE color: 3618678.

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

Color convert

RGB 118 55 55 -
CMYK 0 0.53 0.53 0.54
HSL 0.36% 0.34% -
HSV(B) 0.53% 0.46% -
XYZ 9.53 6.86 4.44 -
YUV 73.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 118 55 55 0 0.53 0.53 0.54 0 0.36 0.34
Hex 76 37 37 0 35 35 36 0 24 22
Octal 166 67 67 0 65 65 66 0 44 42
Binary 1110110 110111 110111 0 110101 110101 110110 0 100100 100010

Color Harmonies of #763737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763737

Black with #763737

Text Example


Text Example

White with #763737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763737; }

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

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

background-color css

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

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

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

border-color css

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

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

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