Html Css Color HEX #772D3E Paprika

📋 copy color: '#772D3E'

red 119 ◦ green 45 ◦ blue 62

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

Shades of Paprika #772D3E

Tints of Paprika #772D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 52.65%
G = 19.91%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#772D3E (or 0x772D3E) is known color: Paprika. HEX triplet: 77, 2D and 3E. RGB value is (119,45,62). Sum of RGB (Red+Green+Blue) = 119+45+62=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #772D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D3E is #88D2C1. Grayscale: #454545. Windows color (decimal): -8966850 or 4074871. OLE color: 4074871.

HSL color Cylindrical-coordinate representation of color #772D3E: hue angle of 346.22º 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 #772D3E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 45 62 -
CMYK 0 0.62 0.48 0.53
HSL 346.22º 0.45% 0.32% -
HSV(B) 346.22º 0.62% 0.47% -
XYZ 9.42 6.15 5.25 -
YUV 69.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 119 45 62 0 0.62 0.48 0.53 346.22 0.45 0.32
Hex 77 2D 3E 0 3E 30 35 15A 2D 20
Octal 167 55 76 0 76 60 65 532 55 40
Binary 1110111 101101 111110 0 111110 110000 110101 101011010 101101 100000

Color Harmonies of #772D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D3E

Black with #772D3E

Text Example


Text Example

White with #772D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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