Html Css Color HEX #773732 Crown Of Thorns

📋 copy color: '#773732'

red 119 ◦ green 55 ◦ blue 50

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

Shades of Crown Of Thorns #773732

Tints of Crown Of Thorns #773732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 53.13%
G = 24.55%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#773732 (or 0x773732) is known color: Crown Of Thorns. HEX triplet: 77, 37 and 32. RGB value is (119,55,50). Sum of RGB (Red+Green+Blue) = 119+55+50=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #773732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773732 is #88C8CD. Grayscale: #494949. Windows color (decimal): -8964302 or 3290999. OLE color: 3290999.

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

Color convert

RGB 119 55 50 -
CMYK 0 0.54 0.58 0.53
HSL 4.35º 0.41% 0.33% -
HSV(B) 4.35º 0.58% 0.47% -
XYZ 9.55 6.88 3.84 -
YUV 73.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 119 55 50 0 0.54 0.58 0.53 4.35 0.41 0.33
Hex 77 37 32 0 36 3A 35 4 29 21
Octal 167 67 62 0 66 72 65 4 51 41
Binary 1110111 110111 110010 0 110110 111010 110101 100 101001 100001

Color Harmonies of #773732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773732

Black with #773732

Text Example


Text Example

White with #773732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773732; }

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

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

background-color css

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

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

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

border-color css

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

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

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