Html Css Color HEX #772C3C Paprika

📋 copy color: '#772C3C'

red 119 ◦ green 44 ◦ blue 60

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

Shades of Paprika #772C3C

Tints of Paprika #772C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 53.36%
G = 19.73%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#772C3C (or 0x772C3C) is known color: Paprika. HEX triplet: 77, 2C and 3C. RGB value is (119,44,60). Sum of RGB (Red+Green+Blue) = 119+44+60=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C3C is #88D3C3. Grayscale: #444444. Windows color (decimal): -8967108 or 3943543. OLE color: 3943543.

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

Color convert

RGB 119 44 60 -
CMYK 0 0.63 0.50 0.53
HSL 347.2º 0.46% 0.32% -
HSV(B) 347.2º 0.63% 0.47% -
XYZ 9.32 6.05 4.95 -
YUV 68.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 119 44 60 0 0.63 0.50 0.53 347.2 0.46 0.32
Hex 77 2C 3C 0 3F 32 35 15B 2E 20
Octal 167 54 74 0 77 62 65 533 56 40
Binary 1110111 101100 111100 0 111111 110010 110101 101011011 101110 100000

Color Harmonies of #772C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C3C

Black with #772C3C

Text Example


Text Example

White with #772C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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