Html Css Color HEX #772C3D Paprika

📋 copy color: '#772C3D'

red 119 ◦ green 44 ◦ blue 61

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

Shades of Paprika #772C3D

Tints of Paprika #772C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 53.13%
G = 19.64%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#772C3D (or 0x772C3D) is known color: Paprika. HEX triplet: 77, 2C and 3D. RGB value is (119,44,61). Sum of RGB (Red+Green+Blue) = 119+44+61=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C3D is #88D3C2. Grayscale: #444444. Windows color (decimal): -8967107 or 4009079. OLE color: 4009079.

HSL color Cylindrical-coordinate representation of color #772C3D: hue angle of 346.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 #772C3D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 61 -
CMYK 0 0.63 0.49 0.53
HSL 346.4º 0.46% 0.32% -
HSV(B) 346.4º 0.63% 0.47% -
XYZ 9.35 6.06 5.09 -
YUV 68.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 119 44 61 0 0.63 0.49 0.53 346.4 0.46 0.32
Hex 77 2C 3D 0 3F 31 35 15A 2E 20
Octal 167 54 75 0 77 61 65 532 56 40
Binary 1110111 101100 111101 0 111111 110001 110101 101011010 101110 100000

Color Harmonies of #772C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C3D

Black with #772C3D

Text Example


Text Example

White with #772C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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