Html Css Color HEX #763F37 Crown Of Thorns

📋 copy color: '#763F37'

red 118 ◦ green 63 ◦ blue 55

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

Shades of Crown Of Thorns #763F37

Tints of Crown Of Thorns #763F37

RGB

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

 GREEN value IS 63 (25% from 255) = 26.69%

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

R = 50%
G = 26.69%
B = 23.31%

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

#763F37 (or 0x763F37) is known color: Crown Of Thorns. HEX triplet: 76, 3F and 37. RGB value is (118,63,55). Sum of RGB (Red+Green+Blue) = 118+63+55=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F37 is #89C0C8. Grayscale: #4E4E4E. Windows color (decimal): -9027785 or 3620726. OLE color: 3620726.

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

Color convert

RGB 118 63 55 -
CMYK 0 0.47 0.53 0.54
HSL 7.62º 0.36% 0.34% -
HSV(B) 7.62º 0.53% 0.46% -
XYZ 9.94 7.68 4.57 -
YUV 78.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 118 63 55 0 0.47 0.53 0.54 7.62 0.36 0.34
Hex 76 3F 37 0 2F 35 36 8 24 22
Octal 166 77 67 0 57 65 66 10 44 42
Binary 1110110 111111 110111 0 101111 110101 110110 1000 100100 100010

Color Harmonies of #763F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F37

Black with #763F37

Text Example


Text Example

White with #763F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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