#774037

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

Shades of Crown Of Thorns #774037

Tints of Crown Of Thorns #774037

Color information

#774037 (or 0x774037) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 40 and 37. RGB value is (119,64,55). Sum of RGB (Red+Green+Blue) = 119+64+55=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774037 is #88BFC8. Grayscale: #4F4F4F. Windows color (decimal): -8961993 or 3620983. OLE color: 3620983.

HSL color Cylindrical-coordinate representation of color #774037: hue angle of 8.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774037 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1196455-
CMYK00.460.540.53
HSL8.44º36.78%34.12%-
HSV(B)8.44º53.78%46.67%-
XYZ10.137.864.6-
YUV79.42114.22156.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=50%
G=26.89%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119645500.460.540.538.4436.7834.12
Hex77403702E363582522
Octal167100670566665104542
Binary1110111100000011011101011101101101101011000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774037; }

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

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

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

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

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

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

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

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