Html Css Color HEX #762F3E Paprika

📋 copy color: '#762F3E'

red 118 ◦ green 47 ◦ blue 62

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

Shades of Paprika #762F3E

Tints of Paprika #762F3E

RGB

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

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

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

R = 51.98%
G = 20.7%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#762F3E (or 0x762F3E) is known color: Paprika. HEX triplet: 76, 2F and 3E. RGB value is (118,47,62). Sum of RGB (Red+Green+Blue) = 118+47+62=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #762F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F3E is #89D0C1. Grayscale: #454545. Windows color (decimal): -9031874 or 4075382. OLE color: 4075382.

HSL color Cylindrical-coordinate representation of color #762F3E: hue angle of 347.32º 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 #762F3E is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 62 -
CMYK 0 0.60 0.47 0.54
HSL 347.32º 0.43% 0.32% -
HSV(B) 347.32º 0.6% 0.46% -
XYZ 9.36 6.23 5.27 -
YUV 69.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 118 47 62 0 0.60 0.47 0.54 347.32 0.43 0.32
Hex 76 2F 3E 0 3C 2F 36 15B 2B 20
Octal 166 57 76 0 74 57 66 533 53 40
Binary 1110110 101111 111110 0 111100 101111 110110 101011011 101011 100000

Color Harmonies of #762F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F3E

Black with #762F3E

Text Example


Text Example

White with #762F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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