Html Css Color HEX #762E3C Paprika

📋 copy color: '#762E3C'

red 118 ◦ green 46 ◦ blue 60

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

Shades of Paprika #762E3C

Tints of Paprika #762E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 52.68%
G = 20.54%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#762E3C (or 0x762E3C) is known color: Paprika. HEX triplet: 76, 2E and 3C. RGB value is (118,46,60). Sum of RGB (Red+Green+Blue) = 118+46+60=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E3C is #89D1C3. Grayscale: #454545. Windows color (decimal): -9032132 or 3944054. OLE color: 3944054.

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

Color convert

RGB 118 46 60 -
CMYK 0 0.61 0.49 0.54
HSL 348.33º 0.44% 0.32% -
HSV(B) 348.33º 0.61% 0.46% -
XYZ 9.26 6.13 4.97 -
YUV 69.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 118 46 60 0 0.61 0.49 0.54 348.33 0.44 0.32
Hex 76 2E 3C 0 3D 31 36 15C 2C 20
Octal 166 56 74 0 75 61 66 534 54 40
Binary 1110110 101110 111100 0 111101 110001 110110 101011100 101100 100000

Color Harmonies of #762E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E3C

Black with #762E3C

Text Example


Text Example

White with #762E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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