Html Css Color HEX #773630 Crown Of Thorns

📋 copy color: '#773630'

red 119 ◦ green 54 ◦ blue 48

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

Shades of Crown Of Thorns #773630

Tints of Crown Of Thorns #773630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 53.85%
G = 24.43%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#773630 (or 0x773630) is known color: Crown Of Thorns. HEX triplet: 77, 36 and 30. RGB value is (119,54,48). Sum of RGB (Red+Green+Blue) = 119+54+48=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773630 is #88C9CF. Grayscale: #484848. Windows color (decimal): -8964560 or 3159671. OLE color: 3159671.

HSL color Cylindrical-coordinate representation of color #773630: hue angle of 5.07º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773630 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 54 48 -
CMYK 0 0.55 0.60 0.53
HSL 5.07º 0.43% 0.33% -
HSV(B) 5.07º 0.6% 0.47% -
XYZ 9.46 6.77 3.61 -
YUV 72.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 119 54 48 0 0.55 0.60 0.53 5.07 0.43 0.33
Hex 77 36 30 0 37 3C 35 5 2B 21
Octal 167 66 60 0 67 74 65 5 53 41
Binary 1110111 110110 110000 0 110111 111100 110101 101 101011 100001

Color Harmonies of #773630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773630

Black with #773630

Text Example


Text Example

White with #773630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773630; }

 p { color: rgb(119,54,48); }

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

background-color css

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

 a { background-color: rgb(119,54,48); }

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

border-color css

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

 span { border-color: rgb(119,54,48); }

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