#77372F

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

Shades of Crown Of Thorns #77372F

Tints of Crown Of Thorns #77372F

Color information

#77372F (or 0x77372F) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 37 and 2F. RGB value is (119,55,47). Sum of RGB (Red+Green+Blue) = 119+55+47=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77372F is #88C8D0. Grayscale: #494949. Windows color (decimal): -8964305 or 3094391. OLE color: 3094391.

HSL color Cylindrical-coordinate representation of color #77372F: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77372F is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1195547-
CMYK00.540.610.53
HSL6.67º43.37%32.55%-
HSV(B)6.67º60.5%46.67%-
XYZ9.496.863.51-
YUV73.22113.2160.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 55 (21.88% from 255) = 24.89%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=53.85%
G=24.89%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119554700.540.610.536.6743.3732.55
Hex77372F0363D3572b21
Octal1676757066756575341
Binary11101111101111011110110110111101110101111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77372F; }

 p { color: rgb(119,55,47); }

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

<style>
 a { background-color: #77372F; }

 a { background-color: rgb(119,55,47); }

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

<style>
 span { border-color: #77372F; }

 span { border-color: rgb(119,55,47); }

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