Html Css Color HEX #773C35 Crown Of Thorns

📋 copy color: '#773C35'

red 119 ◦ green 60 ◦ blue 53

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

Shades of Crown Of Thorns #773C35

Tints of Crown Of Thorns #773C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.86%

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

R = 51.29%
G = 25.86%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773C35 (or 0x773C35) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 35. RGB value is (119,60,53). Sum of RGB (Red+Green+Blue) = 119+60+53=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #773C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C35 is #88C3CA. Grayscale: #4C4C4C. Windows color (decimal): -8963019 or 3488887. OLE color: 3488887.

HSL color Cylindrical-coordinate representation of color #773C35: hue angle of 6.36º 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 #773C35 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 53 -
CMYK 0 0.50 0.55 0.53
HSL 6.36º 0.38% 0.34% -
HSV(B) 6.36º 0.55% 0.47% -
XYZ 9.87 7.41 4.28 -
YUV 76.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 119 60 53 0 0.50 0.55 0.53 6.36 0.38 0.34
Hex 77 3C 35 0 32 37 35 6 26 22
Octal 167 74 65 0 62 67 65 6 46 42
Binary 1110111 111100 110101 0 110010 110111 110101 110 100110 100010

Color Harmonies of #773C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C35

Black with #773C35

Text Example


Text Example

White with #773C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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