Html Css Color HEX #762B38 Paprika

📋 copy color: '#762B38'

red 118 ◦ green 43 ◦ blue 56

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

Shades of Paprika #762B38

Tints of Paprika #762B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 54.38%
G = 19.82%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#762B38 (or 0x762B38) is known color: Paprika. HEX triplet: 76, 2B and 38. RGB value is (118,43,56). Sum of RGB (Red+Green+Blue) = 118+43+56=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #762B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B38 is #89D4C7. Grayscale: #424242. Windows color (decimal): -9032904 or 3681142. OLE color: 3681142.

HSL color Cylindrical-coordinate representation of color #762B38: hue angle of 349.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B38 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 56 -
CMYK 0 0.64 0.53 0.54
HSL 349.6º 0.47% 0.32% -
HSV(B) 349.6º 0.64% 0.46% -
XYZ 9.05 5.86 4.4 -
YUV 66.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 118 43 56 0 0.64 0.53 0.54 349.6 0.47 0.32
Hex 76 2B 38 0 40 35 36 15E 2F 20
Octal 166 53 70 0 100 65 66 536 57 40
Binary 1110110 101011 111000 0 1000000 110101 110110 101011110 101111 100000

Color Harmonies of #762B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B38

Black with #762B38

Text Example


Text Example

White with #762B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,56); }

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

background-color css

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

 a { background-color: rgb(118,43,56); }

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

border-color css

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

 span { border-color: rgb(118,43,56); }

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