Html Css Color HEX #772F3E Paprika

📋 copy color: '#772F3E'

red 119 ◦ green 47 ◦ blue 62

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

Shades of Paprika #772F3E

Tints of Paprika #772F3E

RGB

 RED value IS 119 (46.88% from 255) = 52.19%

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

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

R = 52.19%
G = 20.61%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#772F3E (or 0x772F3E) is known color: Paprika. HEX triplet: 77, 2F and 3E. RGB value is (119,47,62). Sum of RGB (Red+Green+Blue) = 119+47+62=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #772F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F3E is #88D0C1. Grayscale: #464646. Windows color (decimal): -8966338 or 4075383. OLE color: 4075383.

HSL color Cylindrical-coordinate representation of color #772F3E: hue angle of 347.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F3E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 62 -
CMYK 0 0.61 0.48 0.53
HSL 347.5º 0.43% 0.33% -
HSV(B) 347.5º 0.61% 0.47% -
XYZ 9.49 6.3 5.27 -
YUV 70.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 119 47 62 0 0.61 0.48 0.53 347.5 0.43 0.33
Hex 77 2F 3E 0 3D 30 35 15C 2B 21
Octal 167 57 76 0 75 60 65 534 53 41
Binary 1110111 101111 111110 0 111101 110000 110101 101011100 101011 100001

Color Harmonies of #772F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F3E

Black with #772F3E

Text Example


Text Example

White with #772F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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