Html Css Color HEX #762E3F Paprika

📋 copy color: '#762E3F'

red 118 ◦ green 46 ◦ blue 63

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

Shades of Paprika #762E3F

Tints of Paprika #762E3F

RGB

 RED value IS 118 (46.48% from 255) = 51.98%

 GREEN value IS 46 (18.36% from 255) = 20.26%

 BLUE value IS 63 (25% from 255) = 27.75%

R = 51.98%
G = 20.26%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#762E3F (or 0x762E3F) is known color: Paprika. HEX triplet: 76, 2E and 3F. RGB value is (118,46,63). Sum of RGB (Red+Green+Blue) = 118+46+63=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #762E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E3F is #89D1C0. Grayscale: #454545. Windows color (decimal): -9032129 or 4140662. OLE color: 4140662.

HSL color Cylindrical-coordinate representation of color #762E3F: hue angle of 345.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E3F is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 63 -
CMYK 0 0.61 0.47 0.54
HSL 345.83º 0.44% 0.32% -
HSV(B) 345.83º 0.61% 0.46% -
XYZ 9.35 6.16 5.4 -
YUV 69.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 118 46 63 0 0.61 0.47 0.54 345.83 0.44 0.32
Hex 76 2E 3F 0 3D 2F 36 15A 2C 20
Octal 166 56 77 0 75 57 66 532 54 40
Binary 1110110 101110 111111 0 111101 101111 110110 101011010 101100 100000

Color Harmonies of #762E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E3F

Black with #762E3F

Text Example


Text Example

White with #762E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762E3F; }

 p { color: rgb(118,46,63); }

 H1.HeaderClassName
 {
   color: #762E3F;
 }
 .AnyTagClassName
 {
   color: #762E3F;
 }
</style>

background-color css

<style>
 a { background-color: #762E3F; }

 a { background-color: rgb(118,46,63); }

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

border-color css

<style>
 span { border-color: #762E3F; }

 span { border-color: rgb(118,46,63); }

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