Html Css Color HEX #762E36 Paprika

📋 copy color: '#762E36'

red 118 ◦ green 46 ◦ blue 54

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

Shades of Paprika #762E36

Tints of Paprika #762E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 54.13%
G = 21.1%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#762E36 (or 0x762E36) is known color: Paprika. HEX triplet: 76, 2E and 36. RGB value is (118,46,54). Sum of RGB (Red+Green+Blue) = 118+46+54=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #762E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E36 is #89D1C9. Grayscale: #444444. Windows color (decimal): -9032138 or 3550838. OLE color: 3550838.

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

Color convert

RGB 118 46 54 -
CMYK 0 0.61 0.54 0.54
HSL 353.33º 0.44% 0.32% -
HSV(B) 353.33º 0.61% 0.46% -
XYZ 9.11 6.07 4.18 -
YUV 68.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 118 46 54 0 0.61 0.54 0.54 353.33 0.44 0.32
Hex 76 2E 36 0 3D 36 36 161 2C 20
Octal 166 56 66 0 75 66 66 541 54 40
Binary 1110110 101110 110110 0 111101 110110 110110 101100001 101100 100000

Color Harmonies of #762E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E36

Black with #762E36

Text Example


Text Example

White with #762E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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