Html Css Color HEX #773A34 Crown Of Thorns

📋 copy color: '#773A34'

red 119 ◦ green 58 ◦ blue 52

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

Shades of Crown Of Thorns #773A34

Tints of Crown Of Thorns #773A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.33%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 51.97%
G = 25.33%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#773A34 (or 0x773A34) is known color: Crown Of Thorns. HEX triplet: 77, 3A and 34. RGB value is (119,58,52). Sum of RGB (Red+Green+Blue) = 119+58+52=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #773A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A34 is #88C5CB. Grayscale: #4B4B4B. Windows color (decimal): -8963532 or 3422839. OLE color: 3422839.

HSL color Cylindrical-coordinate representation of color #773A34: hue angle of 5.37º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773A34 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 52 -
CMYK 0 0.51 0.56 0.53
HSL 5.37º 0.39% 0.34% -
HSV(B) 5.37º 0.56% 0.47% -
XYZ 9.74 7.2 4.12 -
YUV 75.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 119 58 52 0 0.51 0.56 0.53 5.37 0.39 0.34
Hex 77 3A 34 0 33 38 35 5 27 22
Octal 167 72 64 0 63 70 65 5 47 42
Binary 1110111 111010 110100 0 110011 111000 110101 101 100111 100010

Color Harmonies of #773A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A34

Black with #773A34

Text Example


Text Example

White with #773A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773A34; }

 p { color: rgb(119,58,52); }

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

background-color css

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

 a { background-color: rgb(119,58,52); }

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

border-color css

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

 span { border-color: rgb(119,58,52); }

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