Html Css Color HEX #772D3B Paprika

📋 copy color: '#772D3B'

red 119 ◦ green 45 ◦ blue 59

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

Shades of Paprika #772D3B

Tints of Paprika #772D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 53.36%
G = 20.18%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#772D3B (or 0x772D3B) is known color: Paprika. HEX triplet: 77, 2D and 3B. RGB value is (119,45,59). Sum of RGB (Red+Green+Blue) = 119+45+59=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D3B is #88D2C4. Grayscale: #444444. Windows color (decimal): -8966853 or 3878263. OLE color: 3878263.

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

Color convert

RGB 119 45 59 -
CMYK 0 0.62 0.50 0.53
HSL 348.65º 0.45% 0.32% -
HSV(B) 348.65º 0.62% 0.47% -
XYZ 9.34 6.11 4.83 -
YUV 68.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 119 45 59 0 0.62 0.50 0.53 348.65 0.45 0.32
Hex 77 2D 3B 0 3E 32 35 15D 2D 20
Octal 167 55 73 0 76 62 65 535 55 40
Binary 1110111 101101 111011 0 111110 110010 110101 101011101 101101 100000

Color Harmonies of #772D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D3B

Black with #772D3B

Text Example


Text Example

White with #772D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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