#7B382C

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

Shades of Crown Of Thorns #7B382C

Tints of Crown Of Thorns #7B382C

Color information

#7B382C (or 0x7B382C) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 38 and 2C. RGB value is (123,56,44). Sum of RGB (Red+Green+Blue) = 123+56+44=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B382C is #84C7D3. Grayscale: #4A4A4A. Windows color (decimal): -8701908 or 2898043. OLE color: 2898043.

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

Color convert

RGB1235644-
CMYK00.540.640.52
HSL9.11º47.31%32.75%-
HSV(B)9.11º64.23%48.24%-
XYZ10.047.223.25-
YUV74.67110.7162.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.16%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=55.16%
G=25.11%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123564400.540.640.529.1147.3132.75
Hex7B382C036403492f21
Octal173705406610064115741
Binary1111011111000101100011011010000001101001001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,56,44); }

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

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

 a { background-color: rgb(123,56,44); }

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

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

 span { border-color: rgb(123,56,44); }

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