Html Css Color HEX #772F3B Paprika

📋 copy color: '#772F3B'

red 119 ◦ green 47 ◦ blue 59

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

Shades of Paprika #772F3B

Tints of Paprika #772F3B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.89%

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

R = 52.89%
G = 20.89%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#772F3B (or 0x772F3B) is known color: Paprika. HEX triplet: 77, 2F and 3B. RGB value is (119,47,59). Sum of RGB (Red+Green+Blue) = 119+47+59=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F3B is #88D0C4. Grayscale: #454545. Windows color (decimal): -8966341 or 3878775. OLE color: 3878775.

HSL color Cylindrical-coordinate representation of color #772F3B: hue angle of 350º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F3B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 59 -
CMYK 0 0.61 0.50 0.53
HSL 350º 0.43% 0.33% -
HSV(B) 350º 0.61% 0.47% -
XYZ 9.41 6.27 4.85 -
YUV 69.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 119 47 59 0 0.61 0.50 0.53 350 0.43 0.33
Hex 77 2F 3B 0 3D 32 35 15E 2B 21
Octal 167 57 73 0 75 62 65 536 53 41
Binary 1110111 101111 111011 0 111101 110010 110101 101011110 101011 100001

Color Harmonies of #772F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F3B

Black with #772F3B

Text Example


Text Example

White with #772F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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