Html Css Color HEX #773832 Crown Of Thorns

📋 copy color: '#773832'

red 119 ◦ green 56 ◦ blue 50

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

Shades of Crown Of Thorns #773832

Tints of Crown Of Thorns #773832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.89%

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

R = 52.89%
G = 24.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#773832 (or 0x773832) is known color: Crown Of Thorns. HEX triplet: 77, 38 and 32. RGB value is (119,56,50). Sum of RGB (Red+Green+Blue) = 119+56+50=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773832 is #88C7CD. Grayscale: #4A4A4A. Windows color (decimal): -8964046 or 3291255. OLE color: 3291255.

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

Color convert

RGB 119 56 50 -
CMYK 0 0.53 0.58 0.53
HSL 5.22º 0.41% 0.33% -
HSV(B) 5.22º 0.58% 0.47% -
XYZ 9.6 6.98 3.86 -
YUV 74.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 119 56 50 0 0.53 0.58 0.53 5.22 0.41 0.33
Hex 77 38 32 0 35 3A 35 5 29 21
Octal 167 70 62 0 65 72 65 5 51 41
Binary 1110111 111000 110010 0 110101 111010 110101 101 101001 100001

Color Harmonies of #773832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773832

Black with #773832

Text Example


Text Example

White with #773832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773832; }

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

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

background-color css

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

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

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

border-color css

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

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

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