Html Css Color HEX #763E37 Crown Of Thorns

📋 copy color: '#763E37'

red 118 ◦ green 62 ◦ blue 55

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

Shades of Crown Of Thorns #763E37

Tints of Crown Of Thorns #763E37

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.4%

R = 50.21%
G = 26.38%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763E37 (or 0x763E37) is known color: 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

RGB 118 62 55 -
CMYK 0 0.47 0.53 0.54
HSL 6.67º 0.36% 0.34% -
HSV(B) 6.67º 0.53% 0.46% -
XYZ 9.88 7.57 4.56 -
YUV 77.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 118 62 55 0 0.47 0.53 0.54 6.67 0.36 0.34
Hex 76 3E 37 0 2F 35 36 7 24 22
Octal 166 76 67 0 57 65 66 7 44 42
Binary 1110110 111110 110111 0 101111 110101 110110 111 100100 100010

Color Harmonies of #763E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E37

Black with #763E37

Text Example


Text Example

White with #763E37

Text Example


Text Example

HTML Codes & Css Web 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>