Html Css Color HEX #77293C Paprika

📋 copy color: '#77293C'

red 119 ◦ green 41 ◦ blue 60

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

Shades of Paprika #77293C

Tints of Paprika #77293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 54.09%
G = 18.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77293C (or 0x77293C) is known color: Paprika. HEX triplet: 77, 29 and 3C. RGB value is (119,41,60). Sum of RGB (Red+Green+Blue) = 119+41+60=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77293C is #88D6C3. Grayscale: #424242. Windows color (decimal): -8967876 or 3942775. OLE color: 3942775.

HSL color Cylindrical-coordinate representation of color #77293C: hue angle of 345.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77293C is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 60 -
CMYK 0 0.66 0.50 0.53
HSL 345.38º 0.49% 0.31% -
HSV(B) 345.38º 0.66% 0.47% -
XYZ 9.22 5.83 4.92 -
YUV 66.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 119 41 60 0 0.66 0.50 0.53 345.38 0.49 0.31
Hex 77 29 3C 0 42 32 35 159 31 1F
Octal 167 51 74 0 102 62 65 531 61 37
Binary 1110111 101001 111100 0 1000010 110010 110101 101011001 110001 11111

Color Harmonies of #77293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77293C

Black with #77293C

Text Example


Text Example

White with #77293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77293C; }

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

 H1.HeaderClassName
 {
   color: #77293C;
 }
 .AnyTagClassName
 {
   color: #77293C;
 }
</style>

background-color css

<style>
 a { background-color: #77293C; }

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

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

border-color css

<style>
 span { border-color: #77293C; }

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

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