Html Css Color HEX #762937 Paprika

📋 copy color: '#762937'

red 118 ◦ green 41 ◦ blue 55

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

Shades of Paprika #762937

Tints of Paprika #762937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

 BLUE value IS 55 (21.88% from 255) = 25.7%

R = 55.14%
G = 19.16%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#762937 (or 0x762937) is known color: Paprika. HEX triplet: 76, 29 and 37. RGB value is (118,41,55). Sum of RGB (Red+Green+Blue) = 118+41+55=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #762937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762937 is #89D6C8. Grayscale: #414141. Windows color (decimal): -9033417 or 3615094. OLE color: 3615094.

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

Color convert

RGB 118 41 55 -
CMYK 0 0.65 0.53 0.54
HSL 349.09º 0.48% 0.31% -
HSV(B) 349.09º 0.65% 0.46% -
XYZ 8.95 5.71 4.25 -
YUV 65.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 118 41 55 0 0.65 0.53 0.54 349.09 0.48 0.31
Hex 76 29 37 0 41 35 36 15D 30 1F
Octal 166 51 67 0 101 65 66 535 60 37
Binary 1110110 101001 110111 0 1000001 110101 110110 101011101 110000 11111

Color Harmonies of #762937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762937

Black with #762937

Text Example


Text Example

White with #762937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762937; }

 p { color: rgb(118,41,55); }

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

background-color css

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

 a { background-color: rgb(118,41,55); }

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

border-color css

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

 span { border-color: rgb(118,41,55); }

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