#77382E

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

Shades of Crown Of Thorns #77382E

Tints of Crown Of Thorns #77382E

Color information

#77382E (or 0x77382E) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 38 and 2E. RGB value is (119,56,46). Sum of RGB (Red+Green+Blue) = 119+56+46=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77382E is #88C7D1. Grayscale: #494949. Windows color (decimal): -8964050 or 3029111. OLE color: 3029111.

HSL color Cylindrical-coordinate representation of color #77382E: hue angle of 8.22º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77382E is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1195646-
CMYK00.530.610.53
HSL8.22º44.24%32.35%-
HSV(B)8.22º61.34%46.67%-
XYZ9.526.953.42-
YUV73.7112.37160.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=53.85%
G=25.34%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119564600.530.610.538.2244.2432.35
Hex77382E0353D3582c20
Octal16770560657565105440
Binary111011111100010111001101011111011101011000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77382E; }

 p { color: rgb(119,56,46); }

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

<style>
 a { background-color: #77382E; }

 a { background-color: rgb(119,56,46); }

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

<style>
 span { border-color: #77382E; }

 span { border-color: rgb(119,56,46); }

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