#77382F

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

Shades of Crown Of Thorns #77382F

Tints of Crown Of Thorns #77382F

Color information

#77382F (or 0x77382F) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 38 and 2F. RGB value is (119,56,47). Sum of RGB (Red+Green+Blue) = 119+56+47=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #77382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77382F is #88C7D0. Grayscale: #494949. Windows color (decimal): -8964049 or 3094647. OLE color: 3094647.

HSL color Cylindrical-coordinate representation of color #77382F: hue angle of 7.5º 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 #77382F is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1195647-
CMYK00.530.610.53
HSL7.5º43.37%32.55%-
HSV(B)7.5º60.5%46.67%-
XYZ9.546.963.53-
YUV73.81112.87160.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=53.60%
G=25.23%
B=21.17%

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
Decimal119564700.530.610.537.543.3732.55
Hex77382F0353D3582b21
Octal16770570657565105341
Binary111011111100010111101101011111011101011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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