Html Css Color HEX #772E3A Paprika

📋 copy color: '#772E3A'

red 119 ◦ green 46 ◦ blue 58

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

Shades of Paprika #772E3A

Tints of Paprika #772E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.63%

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

R = 53.36%
G = 20.63%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#772E3A (or 0x772E3A) is known color: Paprika. HEX triplet: 77, 2E and 3A. RGB value is (119,46,58). Sum of RGB (Red+Green+Blue) = 119+46+58=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E3A is #88D1C5. Grayscale: #454545. Windows color (decimal): -8966598 or 3812983. OLE color: 3812983.

HSL color Cylindrical-coordinate representation of color #772E3A: hue angle of 350.14º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E3A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 58 -
CMYK 0 0.61 0.51 0.53
HSL 350.14º 0.44% 0.32% -
HSV(B) 350.14º 0.61% 0.47% -
XYZ 9.35 6.18 4.7 -
YUV 69.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 119 46 58 0 0.61 0.51 0.53 350.14 0.44 0.32
Hex 77 2E 3A 0 3D 33 35 15E 2C 20
Octal 167 56 72 0 75 63 65 536 54 40
Binary 1110111 101110 111010 0 111101 110011 110101 101011110 101100 100000

Color Harmonies of #772E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E3A

Black with #772E3A

Text Example


Text Example

White with #772E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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