#763E37

Color #763E37 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #763E37

Tints of Crown Of Thorns #763E37

Color information

#763E37 (or 0x763E37) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3E and 37. RGB value is (118,62,55). Sum of RGB (Red+Green+Blue) = 118+62+55=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E37 is #89C1C8. Grayscale: #4E4E4E. Windows color (decimal): -9028041 or 3620470. OLE color: 3620470.

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

Color convert

RGB1186255-
CMYK00.470.530.54
HSL6.67º36.42%33.92%-
HSV(B)6.67º53.39%46.27%-
XYZ9.887.574.56-
YUV77.95115.05156.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=50.21%
G=26.38%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118625500.470.530.546.6736.4233.92
Hex763E3702F353672422
Octal1667667057656674442
Binary11101101111101101110101111110101110110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #763E37;
 }
 .AnyTagClassName
 {
   color: #763E37;
 }
</style>
background-color css

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

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

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

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

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

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