Html Css Color HEX #762736 Paprika

📋 copy color: '#762736'

red 118 ◦ green 39 ◦ blue 54

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

Shades of Paprika #762736

Tints of Paprika #762736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

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

R = 55.92%
G = 18.48%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#762736 (or 0x762736) is known color: Paprika. HEX triplet: 76, 27 and 36. RGB value is (118,39,54). Sum of RGB (Red+Green+Blue) = 118+39+54=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #762736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762736 is #89D8C9. Grayscale: #404040. Windows color (decimal): -9033930 or 3549046. OLE color: 3549046.

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

Color convert

RGB 118 39 54 -
CMYK 0 0.67 0.54 0.54
HSL 348.61º 0.5% 0.31% -
HSV(B) 348.61º 0.67% 0.46% -
XYZ 8.86 5.57 4.1 -
YUV 64.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 118 39 54 0 0.67 0.54 0.54 348.61 0.5 0.31
Hex 76 27 36 0 43 36 36 15D 32 1F
Octal 166 47 66 0 103 66 66 535 62 37
Binary 1110110 100111 110110 0 1000011 110110 110110 101011101 110010 11111

Color Harmonies of #762736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762736

Black with #762736

Text Example


Text Example

White with #762736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762736; }

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

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

background-color css

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

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

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

border-color css

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

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

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