Html Css Color HEX #773D3A Crown Of Thorns

📋 copy color: '#773D3A'

red 119 ◦ green 61 ◦ blue 58

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

Shades of Crown Of Thorns #773D3A

Tints of Crown Of Thorns #773D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.63%

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 50%
G = 25.63%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#773D3A (or 0x773D3A) is known color: Crown Of Thorns. HEX triplet: 77, 3D and 3A. RGB value is (119,61,58). Sum of RGB (Red+Green+Blue) = 119+61+58=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #773D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D3A is #88C2C5. Grayscale: #4E4E4E. Windows color (decimal): -8962758 or 3816823. OLE color: 3816823.

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

Color convert

RGB 119 61 58 -
CMYK 0 0.49 0.51 0.53
HSL 2.95º 0.34% 0.35% -
HSV(B) 2.95º 0.51% 0.47% -
XYZ 10.04 7.56 4.93 -
YUV 78 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 119 61 58 0 0.49 0.51 0.53 2.95 0.34 0.35
Hex 77 3D 3A 0 31 33 35 3 22 23
Octal 167 75 72 0 61 63 65 3 42 43
Binary 1110111 111101 111010 0 110001 110011 110101 11 100010 100011

Color Harmonies of #773D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D3A

Black with #773D3A

Text Example


Text Example

White with #773D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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