Html Css Color HEX #763B37 Crown Of Thorns

📋 copy color: '#763B37'

red 118 ◦ green 59 ◦ blue 55

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

Shades of Crown Of Thorns #763B37

Tints of Crown Of Thorns #763B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

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

R = 50.86%
G = 25.43%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763B37 (or 0x763B37) is known color: Crown Of Thorns. HEX triplet: 76, 3B and 37. RGB value is (118,59,55). Sum of RGB (Red+Green+Blue) = 118+59+55=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #763B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B37 is #89C4C8. Grayscale: #4C4C4C. Windows color (decimal): -9028809 or 3619702. OLE color: 3619702.

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

Color convert

RGB 118 59 55 -
CMYK 0 0.50 0.53 0.54
HSL 3.81º 0.36% 0.34% -
HSV(B) 3.81º 0.53% 0.46% -
XYZ 9.72 7.26 4.5 -
YUV 76.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 118 59 55 0 0.50 0.53 0.54 3.81 0.36 0.34
Hex 76 3B 37 0 32 35 36 4 24 22
Octal 166 73 67 0 62 65 66 4 44 42
Binary 1110110 111011 110111 0 110010 110101 110110 100 100100 100010

Color Harmonies of #763B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B37

Black with #763B37

Text Example


Text Example

White with #763B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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