#7B372D

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

Shades of Crown Of Thorns #7B372D

Tints of Crown Of Thorns #7B372D

Color information

#7B372D (or 0x7B372D) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 37 and 2D. RGB value is (123,55,45). Sum of RGB (Red+Green+Blue) = 123+55+45=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B372D is #84C8D2. Grayscale: #4A4A4A. Windows color (decimal): -8702163 or 2963323. OLE color: 2963323.

HSL color Cylindrical-coordinate representation of color #7B372D: hue angle of 7.69º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B372D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1235545-
CMYK00.550.630.52
HSL7.69º46.43%32.94%-
HSV(B)7.69º63.41%48.24%-
XYZ10.017.133.33-
YUV74.19111.53162.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.16%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=55.16%
G=24.66%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123554500.550.630.527.6946.4332.94
Hex7B372D0373F3482e21
Octal17367550677764105641
Binary111101111011110110101101111111111101001000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B372D; }

 p { color: rgb(123,55,45); }

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

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

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

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

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

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

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