Html Css Color HEX #7D333E Paprika

📋 copy color: '#7D333E'

red 125 ◦ green 51 ◦ blue 62

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

Shades of Paprika #7D333E

Tints of Paprika #7D333E

RGB

 RED value IS 125 (49.22% from 255) = 52.52%

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 52.52%
G = 21.43%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D333E (or 0x7D333E) is known color: Paprika. HEX triplet: 7D, 33 and 3E. RGB value is (125,51,62). Sum of RGB (Red+Green+Blue) = 125+51+62=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D333E is #82CCC1. Grayscale: #4A4A4A. Windows color (decimal): -8572098 or 4076413. OLE color: 4076413.

HSL color Cylindrical-coordinate representation of color #7D333E: hue angle of 351.08º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D333E is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 51 62 -
CMYK 0 0.59 0.50 0.51
HSL 351.08º 0.42% 0.35% -
HSV(B) 351.08º 0.59% 0.49% -
XYZ 10.51 7.08 5.37 -
YUV 74.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 125 51 62 0 0.59 0.50 0.51 351.08 0.42 0.35
Hex 7D 33 3E 0 3B 32 33 15F 2A 23
Octal 175 63 76 0 73 62 63 537 52 43
Binary 1111101 110011 111110 0 111011 110010 110011 101011111 101010 100011

Color Harmonies of #7D333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D333E

Black with #7D333E

Text Example


Text Example

White with #7D333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,62); }

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

background-color css

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

 a { background-color: rgb(125,51,62); }

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

border-color css

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

 span { border-color: rgb(125,51,62); }

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