Html Css Color HEX #773735 Crown Of Thorns

📋 copy color: '#773735'

red 119 ◦ green 55 ◦ blue 53

#773735
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crown Of Thorns #773735

Tints of Crown Of Thorns #773735

RGB

 RED value IS 119 (46.88% from 255) = 52.42%

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 52.42%
G = 24.23%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773735 (or 0x773735) is known color: Crown Of Thorns. HEX triplet: 77, 37 and 35. RGB value is (119,55,53). Sum of RGB (Red+Green+Blue) = 119+55+53=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773735 is #88C8CA. Grayscale: #494949. Windows color (decimal): -8964299 or 3487607. OLE color: 3487607.

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

Color convert

RGB 119 55 53 -
CMYK 0 0.54 0.55 0.53
HSL 1.82º 0.38% 0.34% -
HSV(B) 1.82º 0.55% 0.47% -
XYZ 9.62 6.91 4.2 -
YUV 73.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 119 55 53 0 0.54 0.55 0.53 1.82 0.38 0.34
Hex 77 37 35 0 36 37 35 2 26 22
Octal 167 67 65 0 66 67 65 2 46 42
Binary 1110111 110111 110101 0 110110 110111 110101 10 100110 100010

Color Harmonies of #773735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773735

Black with #773735

Text Example


Text Example

White with #773735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773735; }

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

 H1.HeaderClassName
 {
   color: #773735;
 }
 .AnyTagClassName
 {
   color: #773735;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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