Html Css Color HEX #762E3A Paprika

📋 copy color: '#762E3A'

red 118 ◦ green 46 ◦ blue 58

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

Shades of Paprika #762E3A

Tints of Paprika #762E3A

RGB

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

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

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

R = 53.15%
G = 20.72%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#762E3A (or 0x762E3A) is known color: Paprika. HEX triplet: 76, 2E and 3A. RGB value is (118,46,58). Sum of RGB (Red+Green+Blue) = 118+46+58=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E3A is #89D1C5. Grayscale: #444444. Windows color (decimal): -9032134 or 3812982. OLE color: 3812982.

HSL color Cylindrical-coordinate representation of color #762E3A: hue angle of 350º 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 #762E3A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 58 -
CMYK 0 0.61 0.51 0.54
HSL 350º 0.44% 0.32% -
HSV(B) 350º 0.61% 0.46% -
XYZ 9.21 6.11 4.7 -
YUV 68.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 118 46 58 0 0.61 0.51 0.54 350 0.44 0.32
Hex 76 2E 3A 0 3D 33 36 15E 2C 20
Octal 166 56 72 0 75 63 66 536 54 40
Binary 1110110 101110 111010 0 111101 110011 110110 101011110 101100 100000

Color Harmonies of #762E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E3A

Black with #762E3A

Text Example


Text Example

White with #762E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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