Html Css Color HEX #772C35 Paprika

📋 copy color: '#772C35'

red 119 ◦ green 44 ◦ blue 53

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

Shades of Paprika #772C35

Tints of Paprika #772C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 55.09%
G = 20.37%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#772C35 (or 0x772C35) is known color: Paprika. HEX triplet: 77, 2C and 35. RGB value is (119,44,53). Sum of RGB (Red+Green+Blue) = 119+44+53=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #772C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C35 is #88D3CA. Grayscale: #434343. Windows color (decimal): -8967115 or 3484791. OLE color: 3484791.

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

Color convert

RGB 119 44 53 -
CMYK 0 0.63 0.55 0.53
HSL 352.8º 0.46% 0.32% -
HSV(B) 352.8º 0.63% 0.47% -
XYZ 9.15 5.98 4.04 -
YUV 67.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 119 44 53 0 0.63 0.55 0.53 352.8 0.46 0.32
Hex 77 2C 35 0 3F 37 35 161 2E 20
Octal 167 54 65 0 77 67 65 541 56 40
Binary 1110111 101100 110101 0 111111 110111 110101 101100001 101110 100000

Color Harmonies of #772C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C35

Black with #772C35

Text Example


Text Example

White with #772C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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