Html Css Color HEX #7A303D Paprika

📋 copy color: '#7A303D'

red 122 ◦ green 48 ◦ blue 61

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

Shades of Paprika #7A303D

Tints of Paprika #7A303D

RGB

 RED value IS 122 (48.05% from 255) = 52.81%

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 52.81%
G = 20.78%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7A303D (or 0x7A303D) is known color: Paprika. HEX triplet: 7A, 30 and 3D. RGB value is (122,48,61). Sum of RGB (Red+Green+Blue) = 122+48+61=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A303D is #85CFC2. Grayscale: #474747. Windows color (decimal): -8769475 or 4010106. OLE color: 4010106.

HSL color Cylindrical-coordinate representation of color #7A303D: hue angle of 349.46º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A303D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 48 61 -
CMYK 0 0.61 0.50 0.52
HSL 349.46º 0.44% 0.33% -
HSV(B) 349.46º 0.61% 0.48% -
XYZ 9.93 6.59 5.16 -
YUV 71.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 122 48 61 0 0.61 0.50 0.52 349.46 0.44 0.33
Hex 7A 30 3D 0 3D 32 34 15D 2C 21
Octal 172 60 75 0 75 62 64 535 54 41
Binary 1111010 110000 111101 0 111101 110010 110100 101011101 101100 100001

Color Harmonies of #7A303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A303D

Black with #7A303D

Text Example


Text Example

White with #7A303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A303D; }

 p { color: rgb(122,48,61); }

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

background-color css

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

 a { background-color: rgb(122,48,61); }

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

border-color css

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

 span { border-color: rgb(122,48,61); }

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