Html Css Color HEX #762836 Paprika

📋 copy color: '#762836'

red 118 ◦ green 40 ◦ blue 54

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

Shades of Paprika #762836

Tints of Paprika #762836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 55.66%
G = 18.87%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#762836 (or 0x762836) is known color: Paprika. HEX triplet: 76, 28 and 36. RGB value is (118,40,54). Sum of RGB (Red+Green+Blue) = 118+40+54=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762836 is #89D7C9. Grayscale: #404040. Windows color (decimal): -9033674 or 3549302. OLE color: 3549302.

HSL color Cylindrical-coordinate representation of color #762836: hue angle of 349.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762836 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 54 -
CMYK 0 0.66 0.54 0.54
HSL 349.23º 0.49% 0.31% -
HSV(B) 349.23º 0.66% 0.46% -
XYZ 8.9 5.64 4.11 -
YUV 64.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 118 40 54 0 0.66 0.54 0.54 349.23 0.49 0.31
Hex 76 28 36 0 42 36 36 15D 31 1F
Octal 166 50 66 0 102 66 66 535 61 37
Binary 1110110 101000 110110 0 1000010 110110 110110 101011101 110001 11111

Color Harmonies of #762836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762836

Black with #762836

Text Example


Text Example

White with #762836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762836; }

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

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

background-color css

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

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

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

border-color css

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

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

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