Html Css Color HEX #772B34 Paprika

📋 copy color: '#772B34'

red 119 ◦ green 43 ◦ blue 52

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

Shades of Paprika #772B34

Tints of Paprika #772B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.09%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 55.61%
G = 20.09%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#772B34 (or 0x772B34) is known color: Paprika. HEX triplet: 77, 2B and 34. RGB value is (119,43,52). Sum of RGB (Red+Green+Blue) = 119+43+52=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #772B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B34 is #88D4CB. Grayscale: #424242. Windows color (decimal): -8967372 or 3418999. OLE color: 3418999.

HSL color Cylindrical-coordinate representation of color #772B34: hue angle of 352.89º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B34 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 43 52 -
CMYK 0 0.64 0.56 0.53
HSL 352.89º 0.47% 0.32% -
HSV(B) 352.89º 0.64% 0.47% -
XYZ 9.09 5.9 3.91 -
YUV 66.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 119 43 52 0 0.64 0.56 0.53 352.89 0.47 0.32
Hex 77 2B 34 0 40 38 35 161 2F 20
Octal 167 53 64 0 100 70 65 541 57 40
Binary 1110111 101011 110100 0 1000000 111000 110101 101100001 101111 100000

Color Harmonies of #772B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B34

Black with #772B34

Text Example


Text Example

White with #772B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,43,52); }

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

background-color css

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

 a { background-color: rgb(119,43,52); }

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

border-color css

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

 span { border-color: rgb(119,43,52); }

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