#78392C

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

Shades of Crown Of Thorns #78392C

Tints of Crown Of Thorns #78392C

Color information

#78392C (or 0x78392C) is unknown color: approx Crown Of Thorns. HEX triplet: 78, 39 and 2C. RGB value is (120,57,44). Sum of RGB (Red+Green+Blue) = 120+57+44=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78392C is #87C6D3. Grayscale: #4A4A4A. Windows color (decimal): -8898260 or 2898296. OLE color: 2898296.

HSL color Cylindrical-coordinate representation of color #78392C: hue angle of 10.26º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78392C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1205744-
CMYK00.520.630.53
HSL10.26º46.34%32.16%-
HSV(B)10.26º63.33%47.06%-
XYZ9.667.13.24-
YUV74.36110.87160.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=54.30%
G=25.79%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120574400.520.630.5310.2646.3432.16
Hex78392C0343F35a2e20
Octal17071540647765125640
Binary111100011100110110001101001111111101011010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78392C; }

 p { color: rgb(120,57,44); }

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

<style>
 a { background-color: #78392C; }

 a { background-color: rgb(120,57,44); }

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

<style>
 span { border-color: #78392C; }

 span { border-color: rgb(120,57,44); }

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