#763734

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

Shades of Crown Of Thorns #763734

Tints of Crown Of Thorns #763734

Color information

#763734 (or 0x763734) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 37 and 34. RGB value is (118,55,52). Sum of RGB (Red+Green+Blue) = 118+55+52=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763734 is #89C8CB. Grayscale: #494949. Windows color (decimal): -9029836 or 3422070. OLE color: 3422070.

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

Color convert

RGB1185552-
CMYK00.530.560.54
HSL2.73º38.82%33.33%-
HSV(B)2.73º55.93%46.27%-
XYZ9.466.834.07-
YUV73.49115.87159.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=52.44%
G=24.44%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118555200.530.560.542.7338.8233.33
Hex763734035383632721
Octal1666764065706634741
Binary1110110110111110100011010111100011011011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763734; }

 p { color: rgb(118,55,52); }

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

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

 a { background-color: rgb(118,55,52); }

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

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

 span { border-color: rgb(118,55,52); }

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