Html Css Color HEX #77303A Paprika

📋 copy color: '#77303A'

red 119 ◦ green 48 ◦ blue 58

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

Shades of Paprika #77303A

Tints of Paprika #77303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 52.89%
G = 21.33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77303A (or 0x77303A) is known color: Paprika. HEX triplet: 77, 30 and 3A. RGB value is (119,48,58). Sum of RGB (Red+Green+Blue) = 119+48+58=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #77303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77303A is #88CFC5. Grayscale: #464646. Windows color (decimal): -8966086 or 3813495. OLE color: 3813495.

HSL color Cylindrical-coordinate representation of color #77303A: hue angle of 351.55º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77303A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 58 -
CMYK 0 0.60 0.51 0.53
HSL 351.55º 0.43% 0.33% -
HSV(B) 351.55º 0.6% 0.47% -
XYZ 9.43 6.34 4.73 -
YUV 70.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 119 48 58 0 0.60 0.51 0.53 351.55 0.43 0.33
Hex 77 30 3A 0 3C 33 35 160 2B 21
Octal 167 60 72 0 74 63 65 540 53 41
Binary 1110111 110000 111010 0 111100 110011 110101 101100000 101011 100001

Color Harmonies of #77303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77303A

Black with #77303A

Text Example


Text Example

White with #77303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77303A; }

 p { color: rgb(119,48,58); }

 H1.HeaderClassName
 {
   color: #77303A;
 }
 .AnyTagClassName
 {
   color: #77303A;
 }
</style>

background-color css

<style>
 a { background-color: #77303A; }

 a { background-color: rgb(119,48,58); }

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

border-color css

<style>
 span { border-color: #77303A; }

 span { border-color: rgb(119,48,58); }

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