Html Css Color HEX #762F3A Paprika

📋 copy color: '#762F3A'

red 118 ◦ green 47 ◦ blue 58

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

Shades of Paprika #762F3A

Tints of Paprika #762F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.08%

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 52.91%
G = 21.08%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#762F3A (or 0x762F3A) is known color: Paprika. HEX triplet: 76, 2F and 3A. RGB value is (118,47,58). Sum of RGB (Red+Green+Blue) = 118+47+58=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F3A is #89D0C5. Grayscale: #454545. Windows color (decimal): -9031878 or 3813238. OLE color: 3813238.

HSL color Cylindrical-coordinate representation of color #762F3A: hue angle of 350.7º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F3A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 58 -
CMYK 0 0.60 0.51 0.54
HSL 350.7º 0.43% 0.32% -
HSV(B) 350.7º 0.6% 0.46% -
XYZ 9.25 6.19 4.71 -
YUV 69.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 118 47 58 0 0.60 0.51 0.54 350.7 0.43 0.32
Hex 76 2F 3A 0 3C 33 36 15F 2B 20
Octal 166 57 72 0 74 63 66 537 53 40
Binary 1110110 101111 111010 0 111100 110011 110110 101011111 101011 100000

Color Harmonies of #762F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F3A

Black with #762F3A

Text Example


Text Example

White with #762F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,47,58); }

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

background-color css

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

 a { background-color: rgb(118,47,58); }

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

border-color css

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

 span { border-color: rgb(118,47,58); }

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