Html Css Color HEX #762934 Paprika

📋 copy color: '#762934'

red 118 ◦ green 41 ◦ blue 52

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

Shades of Paprika #762934

Tints of Paprika #762934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 55.92%
G = 19.43%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#762934 (or 0x762934) is known color: Paprika. HEX triplet: 76, 29 and 34. RGB value is (118,41,52). Sum of RGB (Red+Green+Blue) = 118+41+52=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #762934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762934 is #89D6CB. Grayscale: #414141. Windows color (decimal): -9033420 or 3418486. OLE color: 3418486.

HSL color Cylindrical-coordinate representation of color #762934: hue angle of 351.43º 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 #762934 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 52 -
CMYK 0 0.65 0.56 0.54
HSL 351.43º 0.48% 0.31% -
HSV(B) 351.43º 0.65% 0.46% -
XYZ 8.88 5.69 3.88 -
YUV 65.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 118 41 52 0 0.65 0.56 0.54 351.43 0.48 0.31
Hex 76 29 34 0 41 38 36 15F 30 1F
Octal 166 51 64 0 101 70 66 537 60 37
Binary 1110110 101001 110100 0 1000001 111000 110110 101011111 110000 11111

Color Harmonies of #762934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762934

Black with #762934

Text Example


Text Example

White with #762934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762934; }

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

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

background-color css

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

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

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

border-color css

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

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

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