Html Css Color HEX #7F333C Paprika

📋 copy color: '#7F333C'

red 127 ◦ green 51 ◦ blue 60

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

Shades of Paprika #7F333C

Tints of Paprika #7F333C

RGB

 RED value IS 127 (50% from 255) = 53.36%

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

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 53.36%
G = 21.43%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F333C (or 0x7F333C) is known color: Paprika. HEX triplet: 7F, 33 and 3C. RGB value is (127,51,60). Sum of RGB (Red+Green+Blue) = 127+51+60=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F333C is #80CCC3. Grayscale: #4A4A4A. Windows color (decimal): -8441028 or 3945343. OLE color: 3945343.

HSL color Cylindrical-coordinate representation of color #7F333C: hue angle of 352.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F333C is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 51 60 -
CMYK 0 0.60 0.53 0.50
HSL 352.89º 0.43% 0.35% -
HSV(B) 352.89º 0.6% 0.5% -
XYZ 10.75 7.21 5.1 -
YUV 74.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 127 51 60 0 0.60 0.53 0.50 352.89 0.43 0.35
Hex 7F 33 3C 0 3C 35 32 161 2B 23
Octal 177 63 74 0 74 65 62 541 53 43
Binary 1111111 110011 111100 0 111100 110101 110010 101100001 101011 100011

Color Harmonies of #7F333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F333C

Black with #7F333C

Text Example


Text Example

White with #7F333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,51,60); }

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

background-color css

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

 a { background-color: rgb(127,51,60); }

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

border-color css

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

 span { border-color: rgb(127,51,60); }

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