Html Css Color HEX #762F35 Paprika

📋 copy color: '#762F35'

red 118 ◦ green 47 ◦ blue 53

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

Shades of Paprika #762F35

Tints of Paprika #762F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 54.13%
G = 21.56%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#762F35 (or 0x762F35) is known color: Paprika. HEX triplet: 76, 2F and 35. RGB value is (118,47,53). Sum of RGB (Red+Green+Blue) = 118+47+53=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #762F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F35 is #89D0CA. Grayscale: #444444. Windows color (decimal): -9031883 or 3485558. OLE color: 3485558.

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

Color convert

RGB 118 47 53 -
CMYK 0 0.60 0.55 0.54
HSL 354.93º 0.43% 0.32% -
HSV(B) 354.93º 0.6% 0.46% -
XYZ 9.13 6.14 4.07 -
YUV 68.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 118 47 53 0 0.60 0.55 0.54 354.93 0.43 0.32
Hex 76 2F 35 0 3C 37 36 163 2B 20
Octal 166 57 65 0 74 67 66 543 53 40
Binary 1110110 101111 110101 0 111100 110111 110110 101100011 101011 100000

Color Harmonies of #762F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F35

Black with #762F35

Text Example


Text Example

White with #762F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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