Html Css Color HEX #772D3F Paprika

📋 copy color: '#772D3F'

red 119 ◦ green 45 ◦ blue 63

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

Shades of Paprika #772D3F

Tints of Paprika #772D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 63 (25% from 255) = 27.75%

R = 52.42%
G = 19.82%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#772D3F (or 0x772D3F) is known color: Paprika. HEX triplet: 77, 2D and 3F. RGB value is (119,45,63). Sum of RGB (Red+Green+Blue) = 119+45+63=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D3F is #88D2C0. Grayscale: #454545. Windows color (decimal): -8966849 or 4140407. OLE color: 4140407.

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

Color convert

RGB 119 45 63 -
CMYK 0 0.62 0.47 0.53
HSL 345.41º 0.45% 0.32% -
HSV(B) 345.41º 0.62% 0.47% -
XYZ 9.44 6.16 5.39 -
YUV 69.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 119 45 63 0 0.62 0.47 0.53 345.41 0.45 0.32
Hex 77 2D 3F 0 3E 2F 35 159 2D 20
Octal 167 55 77 0 76 57 65 531 55 40
Binary 1110111 101101 111111 0 111110 101111 110101 101011001 101101 100000

Color Harmonies of #772D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D3F

Black with #772D3F

Text Example


Text Example

White with #772D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,63); }

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

background-color css

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

 a { background-color: rgb(119,45,63); }

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

border-color css

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

 span { border-color: rgb(119,45,63); }

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