Html Css Color HEX #762D3D Paprika

📋 copy color: '#762D3D'

red 118 ◦ green 45 ◦ blue 61

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

Shades of Paprika #762D3D

Tints of Paprika #762D3D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 52.68%
G = 20.09%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#762D3D (or 0x762D3D) is known color: Paprika. HEX triplet: 76, 2D and 3D. RGB value is (118,45,61). Sum of RGB (Red+Green+Blue) = 118+45+61=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D3D is #89D2C2. Grayscale: #444444. Windows color (decimal): -9032387 or 4009334. OLE color: 4009334.

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

Color convert

RGB 118 45 61 -
CMYK 0 0.62 0.48 0.54
HSL 346.85º 0.45% 0.32% -
HSV(B) 346.85º 0.62% 0.46% -
XYZ 9.25 6.07 5.1 -
YUV 68.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 118 45 61 0 0.62 0.48 0.54 346.85 0.45 0.32
Hex 76 2D 3D 0 3E 30 36 15B 2D 20
Octal 166 55 75 0 76 60 66 533 55 40
Binary 1110110 101101 111101 0 111110 110000 110110 101011011 101101 100000

Color Harmonies of #762D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D3D

Black with #762D3D

Text Example


Text Example

White with #762D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,61); }

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

background-color css

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

 a { background-color: rgb(118,45,61); }

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

border-color css

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

 span { border-color: rgb(118,45,61); }

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