Html Css Color HEX #772C38 Paprika

📋 copy color: '#772C38'

red 119 ◦ green 44 ◦ blue 56

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

Shades of Paprika #772C38

Tints of Paprika #772C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

 BLUE value IS 56 (22.27% from 255) = 25.57%

R = 54.34%
G = 20.09%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#772C38 (or 0x772C38) is known color: Paprika. HEX triplet: 77, 2C and 38. RGB value is (119,44,56). Sum of RGB (Red+Green+Blue) = 119+44+56=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #772C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C38 is #88D3C7. Grayscale: #434343. Windows color (decimal): -8967112 or 3681399. OLE color: 3681399.

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

Color convert

RGB 119 44 56 -
CMYK 0 0.63 0.53 0.53
HSL 350.4º 0.46% 0.32% -
HSV(B) 350.4º 0.63% 0.47% -
XYZ 9.22 6.01 4.42 -
YUV 67.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 119 44 56 0 0.63 0.53 0.53 350.4 0.46 0.32
Hex 77 2C 38 0 3F 35 35 15E 2E 20
Octal 167 54 70 0 77 65 65 536 56 40
Binary 1110111 101100 111000 0 111111 110101 110101 101011110 101110 100000

Color Harmonies of #772C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C38

Black with #772C38

Text Example


Text Example

White with #772C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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